Skip to content

Commit

Permalink
test: test types
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 23, 2023
1 parent db06225 commit 427577a
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 93 deletions.
20 changes: 20 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"!.eslintrc"
],
"scripts": {
"all": "run-s lint test",
"all": "run-s lint test test:types",
"lint": "eslint .",
"dev": "npm test -- --auto-watch --no-single-run",
"test": "karma start"
"test": "karma start",
"test:types": "tsc"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,6 +65,7 @@
"puppeteer": "^19.4.1",
"sinon": "^15.0.0",
"sinon-chai": "^3.7.0",
"typescript": "^4.9.4",
"webpack": "^5.74.0"
},
"dependencies": {
Expand Down
91 changes: 0 additions & 91 deletions test/spec/types/test.ts

This file was deleted.

Loading

0 comments on commit 427577a

Please sign in to comment.