Update API tests (#3894)

* fix(test): remove done callback in tests

* fix(test): expect correct status code

* fix(test): remove logging of var
This commit is contained in:
Gabe Kangas
2024-08-21 14:44:09 -07:00
committed by GitHub
parent 545b9983f7
commit 04b1b30b7d
15 changed files with 224 additions and 328 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --runInBand *.test.js"
"test": "jest *.test.js"
},
"author": "",
"license": "ISC",
@@ -23,8 +23,8 @@
"ws": "^7.5.9"
},
"jest": {
"verbose": true,
"verbose": false,
"maxWorkers": 1,
"testRunner": "jest-jasmine2"
}
}
}