deploy/test: ignore dist/

This commit is contained in:
Christopher Monsanto 2020-08-08 04:45:06 -04:00
parent 24edce9b94
commit b45cf9b43c

View File

@ -6,6 +6,9 @@ export default {
moduleNameMapper: {
'^(.*).js$': '$1'
},
testPathIgnorePatterns: [
"dist"
],
globals: {
'ts-jest': {
packageJson: 'package.json'