diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-03 00:24:34 +0100 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-01-03 00:24:34 +0100 |
commit | c11d7a84aa59e9b1179a9834129b2d776bab8bca (patch) | |
tree | c5c053ace0b8fca3c74fee360036bf1e2efd1c2c /package.json | |
parent | 7b8d75cd87e392d9ffb3defa538a041c4f7e0f0c (diff) | |
download | kronikarz-c11d7a84aa59e9b1179a9834129b2d776bab8bca.tar.gz kronikarz-c11d7a84aa59e9b1179a9834129b2d776bab8bca.zip |
Add post endpoints
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..9e13d60 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" + ] } } |