Skip to content

Commit

Permalink
test(visx): remove tsconfig, fix jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Jan 4, 2023
1 parent 0b14a22 commit 1621c47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ module.exports = {
testURL: 'http://localhost',
timers: 'fake',
verbose: false,
testPathIgnorePatterns: ['<rootDir>/packages/visx-demo', '<rootDir>/packages/visx-visx'],
testPathIgnorePatterns: ['<rootDir>/packages/visx-demo'],
};
15 changes: 0 additions & 15 deletions packages/visx-visx/test/tsconfig.json

This file was deleted.

0 comments on commit 1621c47

Please sign in to comment.