1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2026-04-24 03:14:58 +00:00
Files
syncthing-app/test/package.json
Girish Ramakrishnan 7c3f77d272 test: convert test to ESM
Replace CommonJS require() with ESM imports, add "type": "module"
to test/package.json, remove 'use strict' and jshint directives,
replace __dirname with import.meta.dirname.

Made-with: Cursor
2026-04-15 16:17:02 +02:00

18 lines
337 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"
},
"type": "module"
}