Spaces:
Build error
Build error
| import { describe, it, expect } from "vitest"; | |
| describe("example", () => { | |
| it("should pass", () => { | |
| expect(true).toBe(true); | |
| }); | |
| }); | |
| import { describe, it, expect } from "vitest"; | |
| describe("example", () => { | |
| it("should pass", () => { | |
| expect(true).toBe(true); | |
| }); | |
| }); | |