test: update jest to v27

This commit is contained in:
Kengo TODA
2021-07-15 07:24:13 +08:00
committed by Kengo TODA
parent 87f015bd52
commit 38bcbb88d2
7 changed files with 1969 additions and 9618 deletions

View File

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