Loading src/cli/integration.spec.ts +1 −1 Original line number Diff line number Diff line Loading @@ -26,4 +26,4 @@ it("should match results", async () => { expect(filter(config.getConfigData())).toMatchSnapshot(`${projectRelative} config`); expect(report).toMatchSnapshot(`${projectRelative} result`); } }); }, 15000); Loading
src/cli/integration.spec.ts +1 −1 Original line number Diff line number Diff line Loading @@ -26,4 +26,4 @@ it("should match results", async () => { expect(filter(config.getConfigData())).toMatchSnapshot(`${projectRelative} config`); expect(report).toMatchSnapshot(`${projectRelative} result`); } }); }, 15000);