Skip to content

Commit

Permalink
chore: update test for performance
Browse files Browse the repository at this point in the history
  • Loading branch information
flozero committed Aug 30, 2024
1 parent 8b4a1a6 commit 675b820
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/core/tests/setup/complex-string-for-doc.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
import { compose } from "../../tests/constants";
import { setupCompose } from "../../src/tailwind-buddy";

export type Screens = "sm" | "md";
const screens: Screens[] = ["sm", "md"];
const _compose = setupCompose<Screens>(screens, {
extraPerformanceDisabled: true,
});

export const compose = _compose;

export const fooVariants = compose({
slots: {
Expand Down

0 comments on commit 675b820

Please sign in to comment.