chore: update dev dependencies

This commit is contained in:
CrazyMax
2023-09-10 05:28:33 +02:00
parent d280f9562f
commit 54c2561f69
7 changed files with 1486 additions and 1486 deletions

View File

@@ -1,9 +1,12 @@
module.exports = {
clearMocks: true,
testEnvironment: 'node',
moduleFileExtensions: ['js', 'ts'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
collectCoverageFrom: ['src/**/{!(main.ts),}.ts'],
coveragePathIgnorePatterns: ['dist/', 'node_modules/', '__tests__/'],
verbose: true
};