summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-08-30 16:21:54 +0200
committerxnacly <matteogropp@protonmail.com>2021-08-30 16:21:54 +0200
commit9e4c7d119b3feb7a9d63a31c162b88b6839d75f9 (patch)
tree55076cf6ad127c080e212b4cb9ad0a4466302a06 /api/package.json
parentadded jest config, installed supertest (diff)
downloadserver-9e4c7d119b3feb7a9d63a31c162b88b6839d75f9.tar.xz
added setup for jest tests
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/package.json b/api/package.json

index ff9efa52..b8bb4d45 100644 --- a/api/package.json +++ b/api/package.json
@@ -85,7 +85,7 @@ "typeorm": "^0.2.37" }, "jest": { - "setupFilesAfterEnv": [ + "setupFiles": [ "<rootDir>/jest/setup.js", "<rootDir>/scripts/setup_test.js" ],