Skip to content

Commit

Permalink
chore: Change file extension (js -> tsx) for tests and snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle committed Feb 8, 2021
1 parent 80317da commit 6e411c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/__tests__/Button.js → src/__tests__/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {axe, toHaveNoViolations} from 'jest-axe'
import 'babel-polyfill'
expect.extend(toHaveNoViolations)

// eslint-disable-next-line @typescript-eslint/no-empty-function
function noop() {}

describe('Button', () => {
Expand Down
File renamed without changes.

0 comments on commit 6e411c4

Please sign in to comment.