mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-12 14:36:48 +03:00
🎉 Gitea Mirror: Added
This commit is contained in:
8
src/tests/example.test.ts
Normal file
8
src/tests/example.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// example.test.ts
|
||||
import { describe, it, expect } from "vitest";
|
||||
|
||||
describe("Example Test", () => {
|
||||
it("should pass", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user