Skip to content

Commit

Permalink
test: remove test cases for .d.ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
LiosK committed Jan 26, 2023
1 parent 8b6ee81 commit 28496d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 68 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
"scripts": {
"build": "rm -rf ./dist && tsc",
"jsdoc": "rm -rf ./docs && jsdoc -R README.md -d docs ./dist/uuid.js",
"prepare": "npm run build && npm run test && npm run test-ts",
"test": "qunit ./test/index.js",
"test-ts": "tsc --strict --noEmit ./types/*.ts"
"prepare": "npm run build && npm run test",
"test": "qunit ./test/index.js"
},
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"include": ["./src/**/*"],
"compilerOptions": {
"target": "es2016",
"module": "node16",
Expand Down
64 changes: 0 additions & 64 deletions types/test_ts_class.ts

This file was deleted.

0 comments on commit 28496d3

Please sign in to comment.