remove jest dependencies and old test files: clean migration to custom test framework

This commit is contained in:
Russell Ballestrini 2025-07-11 14:57:22 -04:00
parent 133daabd77
commit 527fbfad1b
9 changed files with 11 additions and 1847 deletions

View file

@ -4,16 +4,10 @@
"type": "module",
"main": "integration_tests.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:modals": "jest tests/modals",
"test:verbose": "jest --verbose"
"test": "node integration_tests.js",
"test:simple": "node simple_tests.js"
},
"devDependencies": {
"@jest/globals": "^29.0.0",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.0.0",
"jsdom": "^22.0.0"
},
"repository": {