Merge pull request #64 from github/remove-jest-config

Remove jest config as tests use Ava now
This commit is contained in:
Sam Partington 2020-06-15 17:04:17 +01:00 committed by GitHub
commit 87ecd0d0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}