mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-12 22:46:46 +03:00
refactor: update test files to use bun:test and remove vitest configuration
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// example.test.ts
|
||||
import { describe, it, expect } from "vitest";
|
||||
import { describe, test, expect } from "bun:test";
|
||||
|
||||
describe("Example Test", () => {
|
||||
it("should pass", () => {
|
||||
test("should pass", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user