Skip to content

Commit

Permalink
test: remove unnecessary types
Browse files Browse the repository at this point in the history
  • Loading branch information
bendera committed May 3, 2023
1 parent dd912f1 commit 46bd653
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@
"types": [
"node",
"webdriverio/async",
"@wdio/globals/types",
"@wdio/mocha-framework",
"expect-webdriverio",
"wdio-devtools-service",
"wdio-vscode-service",
"@types/mocha"
"wdio-vscode-service"
],
"target": "ES2018"
}
Expand Down

0 comments on commit 46bd653

Please sign in to comment.