Skip to content

Commit 290a367

Browse files
committed
fix typo
1 parent f096705 commit 290a367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tests/tests/FRAMEWORK+CSS.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ await describeBati(({ test, expect, fetch, context }) => {
1212
expect(await res.text()).not.toContain('{"is404":true}');
1313
});
1414

15-
test("daiysui", async () => {
15+
test("daisyui", async () => {
1616
const content = await readFile("tailwind.config.ts", "utf-8");
1717
expect(content.includes("daisyui")).toBe(context.flags.includes("daisyui"));
1818
});

0 commit comments

Comments
 (0)