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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user