super-todo-app-server/test/unit/example.test.ts
Nicolas HOARAU 2cdf12d773
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 16m3s
first commit
2026-01-29 23:58:45 +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);
});
});