๐Ÿ’š fix test issue

This commit is contained in:
marocchino 2022-08-29 09:47:48 +09:00
parent b0722f128f
commit 7a814244e0
No known key found for this signature in database
GPG key ID: 326883DCCAF7FFEA
2 changed files with 2 additions and 3 deletions

View file

@ -1 +1 @@
nodejs 14.17.0
nodejs 16.15.1

View file

@ -3,9 +3,8 @@ module.exports = {
moduleFileExtensions: ['js', 'ts'],
testEnvironment: 'node',
testMatch: ['**/*.test.ts'],
testRunner: 'jest-circus/runner',
transform: {
'^.+\\.ts$': 'ts-jest'
},
verbose: true
}
}