full coverage

This commit is contained in:
Rene Haas
2022-07-30 22:00:07 +02:00
parent 95678c8d75
commit f3556ad91b
13 changed files with 7491 additions and 1928 deletions
+2 -6
View File
@@ -9,14 +9,10 @@
],
"types": "types/index.d.ts",
"scripts": {
"test": "jest --coverage --runInBand --detectOpenHandles",
"test:jsdom": "jest --coverage --runInBand --detectOpenHandles --testPathPattern",
"test:browser": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathPattern",
"test:browser:quick": "jest --runInBand --detectOpenHandles --selectProjects browser --testPathIgnorePatterns=\"/node_modules/|/structureLifecycle/\"",
"test:browser-dev": "jest --runInBand --detectOpenHandles --selectProjects browser-dev --testPathPattern",
"posttest:jsdom": "full-coverage",
"build": "rollup -c",
"test:playwright": "playwright test",
"posttest:playwright": "node playwright.coverage.js",
"root:tt": "node workspace.root.js root:some"
"posttest:playwright": "playwright-merge-coverage && full-coverage"
}
}