Skip to content

Commit

Permalink
Updating snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samkevin1 committed Mar 10, 2023
1 parent 1fa8795 commit e0559a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/core/test/__snapshots__/mocked.test.ts.snap
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`mocked function which fails on toReturnWith > just one call 1`] = `
"expected \\"spy\\" to return with: 2 at least once
Expand Down
2 changes: 1 addition & 1 deletion test/core/test/__snapshots__/nested-suite.test.ts.snap
@@ -1,3 +1,3 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`a > b > c > d > e > very deep > msg 1`] = `"hi"`;
2 changes: 1 addition & 1 deletion test/core/test/__snapshots__/serialize.test.ts.snap
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`error serialize > Should skip circular references to prevent hit the call stack limit 1`] = `
{
Expand Down
2 changes: 1 addition & 1 deletion test/core/test/__snapshots__/snapshot.test.ts.snap
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`multiline 1`] = `
"
Expand Down
2 changes: 1 addition & 1 deletion test/core/test/__snapshots__/suite.test.tsx.snap
@@ -1,4 +1,4 @@
// Vitest Snapshot v1
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

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

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

0 comments on commit e0559a4

Please sign in to comment.