Skip to content

Commit

Permalink
feat: add @testing-library/jest-dom for DOM assertions
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Jan 4, 2024
1 parent d2a55d0 commit 7ef9452
Show file tree
Hide file tree
Showing 5 changed files with 228 additions and 89 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@open-wc/testing": "^4.0.0",
"@open-wc/testing-helpers": "^3.0.0",
"@testing-library/jest-dom": "^6.2.0",
"@vitest/browser": "^1.1.0",
"@vitest/coverage-istanbul": "^1.1.0",
"@web/dev-server-esbuild": "^1.0.1",
Expand Down
152 changes: 152 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7ef9452

Please sign in to comment.