super-todo-app-server/apps/web/test/unit/example.test.ts
= e2114f5b7f
Some checks failed
ci / ci (push) Failing after 53s
chore: migration vers monorepo
2026-02-23 21:10:28 +04:00

8 lines
151 B
TypeScript

import { describe, expect, it } from "vitest";
describe("example unit test", () => {
it("should pass", () => {
expect(1 + 1).toBe(2);
});
});