mirror of
https://github.com/textcortex/claude-code-sandbox.git
synced 2025-07-07 21:35:10 +00:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
describe("Dummy Test", () => {
|
|
it("should pass", () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|