Skip to content

Commit

Permalink
update vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Nov 22, 2023
1 parent 503d100 commit 859f80d
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 1 deletion.
40 changes: 40 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.2",
"browser-sync": "^2.29.3",
"jsdom": "^22.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`ButtonAction > should mount correctly 1`] = `
"<label for=\\"1\\" class=\\"relative block cursor-pointer rounded border py-2 pl-6 pr-3 border-content/20\\">
Expand Down

0 comments on commit 859f80d

Please sign in to comment.