chore(base-driver): actually run type tests

This commit is contained in:
Christopher Hiller
2023-06-28 16:58:18 -07:00
parent 679865ed2f
commit 26eb766a79

View File

@@ -37,7 +37,7 @@
"!build/tsconfig.tsbuildinfo"
],
"scripts": {
"test": "npm run test:unit",
"test": "run-p test:unit test:types",
"test:e2e": "mocha --timeout 20s --slow 10s \"./test/e2e/**/*.spec.js\"",
"test:smoke": "node ./index.js",
"test:unit": "mocha \"./test/unit/**/*.spec.js\"",