Skip to content

Commit

Permalink
chore: move mocks into src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Mar 27, 2022
1 parent 4618b93 commit 5832c49
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/__mocks__/**
/src
/tsconfig.json
/tslint.json
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
testRegex: 'src/.*\\.test\\.ts$'
testRegex: 'src/.*\\.test\\.ts$',
modulePathIgnorePatterns: ['<rootDir>/lib'],
}
File renamed without changes.

0 comments on commit 5832c49

Please sign in to comment.