Skip to content

Commit f21d873

Browse files
committed
format
1 parent 65b30e4 commit f21d873

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/web/placeholder.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { describe, it, expect } from 'vitest'
1+
import { describe, expect, it } from "vitest";
22

3-
describe('Placeholder Test', () => {
4-
it('temporarily pass build', () => {
5-
expect(true).toBe(true)
6-
})
7-
})
3+
describe("Placeholder Test", () => {
4+
it("temporarily pass build", () => {
5+
expect(true).toBe(true);
6+
});
7+
});

0 commit comments

Comments
 (0)