Fix tests
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user