Run e2e tests on PR check

This commit is contained in:
Sander Declerck 2025-07-30 16:54:57 +02:00
parent c966660a09
commit af53a8fbb8
No known key found for this signature in database
5 changed files with 61 additions and 16 deletions

View file

@ -4,7 +4,6 @@
"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": {