Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Nov 4, 2024
1 parent ccdeba5 commit d2c973c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`printing test reports > results for files with no tests 1`] = `"pass ─ hello.w (no tests)"`;

exports[`printing test reports > verbose traces are not shown if debug mode is disabled 1`] = `
"fail ┌ hello.w » root/env0/test:test
│ sleeping for 500 ms
Expand Down
1 change: 0 additions & 1 deletion packages/winglang/src/commands/test/test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ describe("printing test reports", () => {
// verify that the the no dummy test results were added
expect(inputResults).toHaveLength(0);
});

});

describe("wing test (custom platform)", () => {
Expand Down

0 comments on commit d2c973c

Please sign in to comment.