Skip to content

Commit

Permalink
exclude dist
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 2, 2019
1 parent 4672fb5 commit b6b935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saber/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/types/'],
testPathIgnorePatterns: ['/node_modules/', '<rootDir>/types/', '/dist/'],
testEnvironment: 'node'
}

0 comments on commit b6b935a

Please sign in to comment.