We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f096705 commit 290a367Copy full SHA for 290a367
packages/tests/tests/FRAMEWORK+CSS.spec.ts
@@ -12,7 +12,7 @@ await describeBati(({ test, expect, fetch, context }) => {
12
expect(await res.text()).not.toContain('{"is404":true}');
13
});
14
15
- test("daiysui", async () => {
+ test("daisyui", async () => {
16
const content = await readFile("tailwind.config.ts", "utf-8");
17
expect(content.includes("daisyui")).toBe(context.flags.includes("daisyui"));
18
0 commit comments