Skip to content

Commit

Permalink
chore: add browser testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Feb 6, 2024
1 parent 6f4d99c commit 660ba72
Show file tree
Hide file tree
Showing 3 changed files with 1,509 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
"@types/node": "~20.11.10",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/browser": "^1.2.2",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"vitest": "^1.2.2",
"webdriverio": "^8.30.0"
}
}
Loading

0 comments on commit 660ba72

Please sign in to comment.