diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 455c939..c19523d 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,15 @@ "devDependencies": { "@types/jest": "^24.0.18", "@types/node": "^12.7.12", + "eslint": "^6.8.0", "jest": "^24.9.0", "ts-jest": "^24.1.0", "typescript": "^3.6.4", "vuepress": "^1.2.0" + }, + "jest": { + "testPathIgnorePatterns": [ + "<rootDir>/tmp" + ] } } |