Skip to content

Commit

Permalink
Deploy v-1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgudzevskyi committed Mar 26, 2021
1 parent 73cdc01 commit 3f219a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"trailingComma": "es5",
"printWidth": 80,
"useTabs": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
Expand Down
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-undef
module.exports = {
transform: {
'^.+\\.ts?$': 'ts-jest',
},
transform: {
'^.+\\.ts?$': 'ts-jest',
},
};
4 changes: 0 additions & 4 deletions src/components/button/button.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import React from 'react';

import {render} from '@testing-library/react';

import Button from './button';

describe('<Button/>', () => {
it('should render', () => {
expect(true).toBeTruthy();
Expand Down

0 comments on commit 3f219a0

Please sign in to comment.