Basic e2e test

This commit is contained in:
Sander Declerck 2025-07-29 11:09:49 +02:00
parent 042fa27519
commit 0c56c3d1f9
No known key found for this signature in database
4 changed files with 265 additions and 0 deletions

View file

@ -4,6 +4,7 @@
"scripts": {
"test": "node --test --experimental-test-module-mocks **/*.spec.js",
"test:watch": "node --test --watch --experimental-test-module-mocks **/*.spec.js",
"test:e2e": "node --test test/e2e/**/*.e2e.spec.js",
"lint": "eslint ."
},
"repository": {