Test E2E resource naming

This commit is contained in:
Vsevolod Kukol
2026-09-11 22:58:07 +02:00
parent 2ff1308a6e
commit 1f8fe0acdf
4 changed files with 72 additions and 12 deletions
+1 -1
View File
@@ -218,7 +218,7 @@
"pack:prod": "webpack --mode production",
"pack:fast": "webpack --mode development --progress",
"copyToConsumers": "node copyToConsumers",
"test": "rimraf coverage && jest && node --test utils/cleanupDBs.test.js",
"test": "rimraf coverage && jest && node --test utils/*.test.js",
"test:debug": "jest --runInBand",
"test:e2e": "jest -c ./jest.config.playwright.js --detectOpenHandles",
"test:file": "jest --coverage=false",