Skip to content

Commit

Permalink
chore: add browser testing support (#13)
Browse files Browse the repository at this point in the history
* chore: add browser testing support

* fix: change provider to istanbul
  • Loading branch information
Stuyk authored Feb 7, 2024
1 parent 6f4d99c commit b5c09bd
Show file tree
Hide file tree
Showing 3 changed files with 1,838 additions and 16 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
"@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-istanbul": "^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 b5c09bd

Please sign in to comment.