prepare for better integration and testing

This commit is contained in:
Ross
2026-06-29 10:44:50 +01:00
parent 4380d03d89
commit 9afc75763e
8 changed files with 6801 additions and 397 deletions
+7 -5
View File
@@ -6,8 +6,10 @@
"directories": {
"lib": "lib"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint --fix . && echo 'Lint complete.'"
},
"repository": {
"type": "git",
@@ -21,7 +23,7 @@
"homepage": "https://github.com/xkjq/rts#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0"
},
"lint": "eslint --fix . && echo 'Lint complete.'"
}
"eslint-config-google": "^0.14.0",
"jest": "^30.4.2"
}
}