remove jest dependencies and old test files: clean migration to custom test framework
This commit is contained in:
parent
133daabd77
commit
527fbfad1b
9 changed files with 11 additions and 1847 deletions
10
package.json
10
package.json
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue