Exclude dist folder from tests search paths
This commit is contained in:
parent
fa687f635f
commit
ccca32d7b2
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ module.exports = {
|
|||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
verbose: true,
|
||||
testPathIgnorePatterns: ['dist'],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue