Remove jest config as tests use Ava now

Usage of Jest was removed in https://github.com/github/codeql-action/pull/18
This commit is contained in:
Sam Partington 2020-06-15 16:24:34 +01:00
parent 8a8a49d3c5
commit 7e2e297e07

View file

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