mirror of
https://github.com/smogon/sprites.git
synced 2026-09-09 18:45:39 -05:00
deploy: remove unused jest config
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user