Skip to content

Commit 26eb766

Browse files
committedJul 3, 2023
chore(base-driver): actually run type tests
1 parent 679865e commit 26eb766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/base-driver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"!build/tsconfig.tsbuildinfo"
3838
],
3939
"scripts": {
40-
"test": "npm run test:unit",
40+
"test": "run-p test:unit test:types",
4141
"test:e2e": "mocha --timeout 20s --slow 10s \"./test/e2e/**/*.spec.js\"",
4242
"test:smoke": "node ./index.js",
4343
"test:unit": "mocha \"./test/unit/**/*.spec.js\"",

0 commit comments

Comments
 (0)
Please sign in to comment.