mirror of
https://github.com/smogon/sprites.git
synced 2026-04-21 17:27:41 -05:00
deploy/test: ignore dist/
This commit is contained in:
parent
24edce9b94
commit
b45cf9b43c
|
|
@ -6,6 +6,9 @@ export default {
|
|||
moduleNameMapper: {
|
||||
'^(.*).js$': '$1'
|
||||
},
|
||||
testPathIgnorePatterns: [
|
||||
"dist"
|
||||
],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
packageJson: 'package.json'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user