Skip to content

Commit

Permalink
Format test code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihweiLHBird committed Nov 5, 2024
1 parent 1b3de89 commit 1bfeca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/winglang/src/commands/test/test.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe("printing test reports", () => {
test("results for files with no tests", async () => {
let inputResults: TestResult[] = [];
const testReport = await renderTestReport("hello.w", inputResults);

expect(testReport).toMatchSnapshot();
expect(testReport).toContain("(no tests)");

Expand Down

0 comments on commit 1bfeca3

Please sign in to comment.