Skip to content

Commit

Permalink
Test missing component imports
Browse files Browse the repository at this point in the history
  • Loading branch information
niedzielski committed Dec 19, 2023
1 parent 8b01bfe commit 298e2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"start": "tools/build.js --watch",
"test:format": "npm run formatter -- --check",
"test:size": "filesize",
"test:types:ui": "lit-analyzer --maxWarnings=0 --rules.no-invalid-css=off --rules.no-missing-import=off --rules.no-missing-element-type-definition --rules.no-unknown-event --strict",
"test:types:ui": "lit-analyzer --maxWarnings=0 --rules.no-invalid-css=off --rules.no-missing-element-type-definition --rules.no-unknown-event --strict",
"test:unit": "vitest --reporter=dot --run",
"test": "npm run test:format && npm run test:unit && npm run build && npm run test:types:ui && npm run test:size",
"version": "npm test"
Expand Down

0 comments on commit 298e2db

Please sign in to comment.