Skip to content

Commit

Permalink
Fix test running enough to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 20, 2021
1 parent 5a4c979 commit a788e00
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
setupFilesAfterEnv: ['./jest.setup.js']
setupFilesAfterEnv: ['./jest.setup.js'],
testPathIgnorePatterns: ['<rootDir>/query/*'],
}
File renamed without changes.
File renamed without changes.

0 comments on commit a788e00

Please sign in to comment.