Skip to content

Commit fcf0b91

Browse files
committed
chore(root): Lint
1 parent 0ec547f commit fcf0b91

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

packages/tailwind/integrations/integrations.spec.ts

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,13 @@ describe('integrations', () => {
3333
},
3434
);
3535

36-
test("Tailwind works on the Vite App's build process", { timeout: 15_000 }, () => {
37-
const viteAppLocation = path.resolve(integrationsLocation, 'vite');
38-
$('npm install', viteAppLocation);
39-
$('npm run build', viteAppLocation);
40-
});
36+
test(
37+
"Tailwind works on the Vite App's build process",
38+
{ timeout: 15_000 },
39+
() => {
40+
const viteAppLocation = path.resolve(integrationsLocation, 'vite');
41+
$('npm install', viteAppLocation);
42+
$('npm run build', viteAppLocation);
43+
},
44+
);
4145
});

0 commit comments

Comments
 (0)