Skip to content

Commit

Permalink
Merge pull request #26852 from storybookjs/kasper/remove-chai
Browse files Browse the repository at this point in the history
Test: Remove chai as dependency of @storybook/test
  • Loading branch information
kasperpeulen committed Apr 16, 2024
2 parents d1b4753 + 7d9cb81 commit 1de3a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@testing-library/user-event": "^14.5.2",
"@vitest/expect": "1.3.1",
"@vitest/spy": "^1.3.1",
"chai": "^4.4.1",
"util": "^0.12.4"
},
"devDependencies": {
"chai": "^4.4.1",
"tinyspy": "^2.2.0",
"ts-dedent": "^2.2.0",
"type-fest": "~2.19",
Expand Down

0 comments on commit 1de3a41

Please sign in to comment.