Fix tests

This commit is contained in:
Dolan Miu
2023-06-07 15:11:47 +01:00
parent 972fa77265
commit a0a88412ff
5 changed files with 942 additions and 49 deletions

View File

@ -32,7 +32,6 @@
"style": "prettier -l \"{src,scripts,demo}/**/*.{ts,html}\"",
"style.fix": "npm run style -- --write",
"cspell": "cspell \"{src,demo,docs,scripts}/**/*.{ts,scss,html,md}\" && cspell \"./*.*\"",
"fix-types": "ts-node --skip-project scripts/types-absolute-fixer.ts",
"e2e": "ts-node scripts/e2e.ts",
"serve.docs": "cd docs && docsify serve",
"extract": "ts-node --project tsconfig.spec.json scripts/extract-document.ts",
@ -99,6 +98,7 @@
"eslint-plugin-unicorn": "^46.0.0",
"execa": "^7.1.1",
"glob": "^9.3.0",
"jsdom": "^22.1.0",
"jszip": "^3.1.5",
"mocha": "^10.0.0",
"nyc": "^15.1.0",