1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-24 11:24:59 +00:00
Files
syncthing-app/test/package.json
Girish Ramakrishnan 653e6a11bb 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:38:49 +02:00

17 lines
317 B
JSON

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