Skip to content

Commit

Permalink
test(testing): correct test names (#4585)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Apr 15, 2024
1 parent e299c8b commit bfefdd7
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 189 deletions.
4 changes: 2 additions & 2 deletions testing/__snapshots__/options_tests/custom_path.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const snapshot = {};

snapshot[`Snapshot Test - Options > path > relative 1`] = `
snapshot[`assertSnapshot() - options > path > relative 1`] = `
[
1,
2,
3,
]
`;

snapshot[`Snapshot Test - Options > path > absolute 1`] = `
snapshot[`assertSnapshot() - options > path > absolute 1`] = `
[
1,
2,
Expand Down
4 changes: 2 additions & 2 deletions testing/__snapshots__/options_tests/snapshot_test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const snapshot = {};

snapshot[`Snapshot Test - Options > dir > relative 1`] = `
snapshot[`assertSnapshot() - options > dir > relative 1`] = `
[
1,
2,
3,
]
`;

snapshot[`Snapshot Test - Options > dir > absolute 1`] = `
snapshot[`assertSnapshot() - options > dir > absolute 1`] = `
[
1,
2,
Expand Down
Loading

0 comments on commit bfefdd7

Please sign in to comment.