1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2026-04-21 18:33:48 +00:00
Files
gitea-app/test/package.json
Girish Ramakrishnan d37d644518 Replace expect.js with node:assert/strict
expect.js is unmaintained and unnecessary — Node's built-in assert
module covers all our assertion patterns. This also removes expect.js
from package.json dependencies.

Made-with: Cursor
2026-04-15 15:37:15 +02:00

18 lines
345 B
JSON

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"chromedriver": "^146.0.2",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0",
"superagent": "^10.3.0"
}
}