We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b30e4 commit f21d873Copy full SHA for f21d873
1 file changed
apps/web/placeholder.test.ts
@@ -1,7 +1,7 @@
1
-import { describe, it, expect } from 'vitest'
+import { describe, expect, it } from "vitest";
2
3
-describe('Placeholder Test', () => {
4
- it('temporarily pass build', () => {
5
- expect(true).toBe(true)
6
- })
7
-})
+describe("Placeholder Test", () => {
+ it("temporarily pass build", () => {
+ expect(true).toBe(true);
+ });
+});
0 commit comments