diff --git a/packages/winglang/src/commands/test/test.test.ts b/packages/winglang/src/commands/test/test.test.ts index a7452fc5a82..9bfbc50ffce 100644 --- a/packages/winglang/src/commands/test/test.test.ts +++ b/packages/winglang/src/commands/test/test.test.ts @@ -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)");