chore: update dev dependencies and workflow

Signed-off-by: CrazyMax <[email protected]>
This commit is contained in:
CrazyMax
2022-03-15 21:59:59 +01:00
parent ac9327eae2
commit 2d081a4fd5
16 changed files with 2706 additions and 29647 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
clearMocks: false,
moduleFileExtensions: ['js', 'ts'],
setupFiles: ["dotenv/config"],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}