UNPKG

clean-code-metrics

Version:
9 lines (8 loc) 176 B
describe("Tests are working", () => { it("true = true", () => { expect(true).toBe(true); }); it("snapshot", () => { expect(true).toMatchInlineSnapshot(`true`); }); });