Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 7, 2023
1 parent daccc05 commit 6f2f6fc
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 4,901 deletions.
2 changes: 1 addition & 1 deletion examples/basic/test/__snapshots__/suite.test.ts.snap
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`suite name > snapshot 1`] = `
{
Expand Down
3 changes: 3 additions & 0 deletions test/core/test/__snapshots__/moved-snapshot.test.ts.snap
@@ -0,0 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`snapshot is stored close to file 1`] = `"moved snapshot"`;

0 comments on commit 6f2f6fc

Please sign in to comment.