actions-gh-pages/jest.config.js
codefactor-io[bot] 8f1f960923
chore: [CodeFactor] Apply fixes (#326)
Co-authored-by: codefactor-io <support@codefactor.io>
2020-05-28 22:39:00 +09:00

12 lines
237 B
JavaScript

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