Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded committed Nov 27, 2024
1 parent 69f55c6 commit 6d12be6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
run: |
cd test
cat snapshot_output.txt
grep -q "Snapshots 3 updated" snapshot_output.txt
grep "Snapshots 3 updated" snapshot_output.txt
test_chopsticks:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion test/suites/update/__snapshots__/test_basic.ts.snap
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`🗃️ U01 This is a test suite that tests the update snapshot feature > 📁 U01T02 Normal snapshot 1`] = `43`;
exports[`🗃️ U01 This is a test suite that tests the update snapshot feature > 📁 U01T02 Normal snapshot 1`] = `40`;
2 changes: 1 addition & 1 deletion test/suites/update/test_basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describeSuite({
title: "In-line snapshot",
test: () => {
// biome-ignore lint/style/noUnusedTemplateLiteral: <explanation>
expect(random).toMatchInlineSnapshot(`43`);
expect(random).toMatchInlineSnapshot(`40`);
},
});

Expand Down
2 changes: 1 addition & 1 deletion test/suites/update/timbo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43
40

0 comments on commit 6d12be6

Please sign in to comment.