github-pages-deploy-action/jest.config.js
James Ives 08316f5f4c
Test PR (#59)
* Update README.md

* test setup

* Update build.yml
2019-11-20 09:13:01 -05:00

12 lines
281 B
JavaScript

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