1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-24 11:24:59 +00:00

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
This commit is contained in:
Girish Ramakrishnan
2026-04-15 15:38:49 +02:00
parent dfbe17a05f
commit 653e6a11bb
3 changed files with 3 additions and 15 deletions

View File

@@ -10,7 +10,6 @@
"license": "ISC",
"dependencies": {
"chromedriver": "^147.0.1",
"expect.js": "^0.3.1",
"mocha": "^11.7.5",
"selenium-webdriver": "^4.41.0"
}