summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-03 00:24:34 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-01-03 00:24:34 +0100
commitc11d7a84aa59e9b1179a9834129b2d776bab8bca (patch)
treec5c053ace0b8fca3c74fee360036bf1e2efd1c2c /package.json
parent7b8d75cd87e392d9ffb3defa538a041c4f7e0f0c (diff)
downloadkronikarz-c11d7a84aa59e9b1179a9834129b2d776bab8bca.tar.gz
kronikarz-c11d7a84aa59e9b1179a9834129b2d776bab8bca.zip
Add post endpoints
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
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"
+    ]
   }
 }