deploy: remove unused jest config

This commit is contained in:
Christopher Monsanto
2020-08-25 04:00:43 -04:00
parent a22db88368
commit e31ff207d2

View File

@@ -1,17 +0,0 @@
export default {
preset: 'ts-jest/presets/js-with-ts',
testEnvironment: 'node',
// ts-jest doesn't like esm
moduleNameMapper: {
'^(.*).js$': '$1'
},
testPathIgnorePatterns: [
"dist"
],
globals: {
'ts-jest': {
packageJson: 'package.json'
}
}
};