mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
04b1b30b7d
* fix(test): remove done callback in tests * fix(test): expect correct status code * fix(test): remove logging of var
30 lines
No EOL
555 B
JSON
30 lines
No EOL
555 B
JSON
{
|
|
"name": "owncast-test-automation",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest *.test.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ajv": "^8.11.0",
|
|
"ajv-draft-04": "^1.0.0",
|
|
"bcrypt": "^5.1.1",
|
|
"crypto-random": "^2.0.1",
|
|
"jsonfile": "^6.1.0",
|
|
"supertest": "^6.3.2",
|
|
"websocket": "^1.0.32"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0",
|
|
"jest-jasmine2": "^29.7.0",
|
|
"ws": "^7.5.9"
|
|
},
|
|
"jest": {
|
|
"verbose": false,
|
|
"maxWorkers": 1,
|
|
"testRunner": "jest-jasmine2"
|
|
}
|
|
} |