mirror of
https://github.com/appium/appium.git
synced 2026-02-20 18:30:11 -06:00
chore(base-driver): actually run type tests
This commit is contained in:
@@ -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\"",
|
||||
|
||||
Reference in New Issue
Block a user