Skip to content

Commit

Permalink
Add toHaveClass matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 16, 2023
1 parent d60302f commit 1674be3
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 31 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@jest/globals": "^29.7.0",
"@swc-node/jest": "^1.5.2",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.198",
Expand All @@ -49,6 +50,7 @@
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"benchmark": "2.1.4",
"clean-package": "2.1.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.2.0",
Expand All @@ -60,6 +62,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"expect": "^29.7.0",
"jest": "28.1.1",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
Expand All @@ -69,8 +72,7 @@
"tslib": "^2.4.1",
"tsup": "6.6.3",
"typescript": "5.1.3",
"webpack": "^5.53.0",
"benchmark": "2.1.4"
"webpack": "^5.53.0"
},
"peerDependencies": {
"tailwindcss": "*"
Expand Down
Loading

0 comments on commit 1674be3

Please sign in to comment.