Exclude dist folder from tests search paths

This commit is contained in:
Lars Strojny 2022-11-24 19:23:40 +01:00
parent fa687f635f
commit ccca32d7b2
No known key found for this signature in database
GPG key ID: 887416A2AD3B0CA9

View file

@ -3,4 +3,5 @@ module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
testPathIgnorePatterns: ['dist'],
}