fixed tests

This commit is contained in:
Arunavo Ray
2025-08-27 21:54:40 +05:30
parent 12ee065833
commit 6127a916f4
3 changed files with 192 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
// example.test.ts
import { describe, test, expect } from "bun:test";
describe("Example Test", () => {
test("should pass", () => {
expect(true).toBe(true);
});
});