Skip to content

Commit d785676

Browse files
authored
test: drop webdriverio from tests (#3)
1 parent 55afa93 commit d785676

File tree

3 files changed

+258
-119
lines changed

3 files changed

+258
-119
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
"scripts": {
4040
"build": "tsup",
4141
"dev": "tsup --watch --sourcemap",
42-
"test": "vitest",
42+
"test": "vitest run",
43+
"test:watch": "vitest --project Chromium --browser.provider preview --browser.headless=false",
4344
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
4445
"typecheck": "tsc --noEmit"
4546
},
@@ -58,8 +59,7 @@
5859
"prettier": "^3.5.3",
5960
"tsup": "^8.4.0",
6061
"typescript": "^5.8.3",
61-
"vitest": "^3.1.1",
62-
"webdriverio": "^9.12.5"
62+
"vitest": "^3.1.1"
6363
},
6464
"prettier": {}
6565
}

0 commit comments

Comments
 (0)