We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7eef3f commit 2d108a9Copy full SHA for 2d108a9
2 files changed
package.json
@@ -47,7 +47,7 @@
47
"test": "npm run test:node && npm run test:browser && npm run test:typescript && npm run lint",
48
"test:node": "mocha",
49
"test:browser": "npm run build && karma start --single-run",
50
- "test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.ts",
+ "test:typescript": "tsc --noEmit --strict --lib esnext test/specs/typescript-definition.spec.ts",
51
"coverage": "npm run coverage:node && npm run coverage:browser",
52
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
53
"coverage:browser": "npm run build -- --coverage && npm run test:browser -- --coverage",
@@ -90,4 +90,4 @@
90
"js-yaml": "^3.12.0",
91
"ono": "^4.0.10"
92
}
93
-}
+}
test/specs/typescript-definition.ts test/specs/typescript-definition.spec.tstest/specs/typescript-definition.ts renamed to test/specs/typescript-definition.spec.ts
0 commit comments