chore: update dev dependencies and workflow (#342)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-04-25 05:17:05 +02:00
committed by GitHub
parent ec57748af4
commit c25888f15f
20 changed files with 2113 additions and 15556 deletions
+14
View File
@@ -0,0 +1,14 @@
module.exports = {
clearMocks: true,
moduleFileExtensions: ['js', 'ts'],
setupFiles: [
'dotenv/config',
'<rootDir>/src/test_setup.ts'
],
testMatch: ['**/*.test.ts'],
testTimeout: 30000,
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
};