test: add drawer.tsx to hook-driven files list
This commit is contained in:
@@ -12,6 +12,7 @@ const HOOK_DRIVEN_FILES = [
|
||||
"src/components/ui/calendar.tsx",
|
||||
"src/components/ui/date-picker.tsx",
|
||||
"src/components/ui/dialog.tsx",
|
||||
"src/components/ui/drawer.tsx",
|
||||
"src/components/ui/input-group.tsx",
|
||||
"src/components/ui/textarea.tsx",
|
||||
"src/lib/ui-shell-contract.ts",
|
||||
@@ -30,9 +31,7 @@ const DIRECT_HOOK_FILES = [
|
||||
"src/components/ui/textarea.tsx",
|
||||
];
|
||||
|
||||
const BOOLEAN_HELPER_FILES = [
|
||||
"src/lib/ui-shell-contract.ts",
|
||||
];
|
||||
const BOOLEAN_HELPER_FILES = ["src/lib/ui-shell-contract.ts"];
|
||||
|
||||
describe("mobile hook adoption", () => {
|
||||
test("responsive source files stop using Tailwind breakpoint prefixes for mobile behavior", () => {
|
||||
|
||||
Reference in New Issue
Block a user