Skip to content

Commit 4fa07ea

Browse files
committed
Fix test
1 parent 83cccdb commit 4fa07ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/tailwindcss-language-server/src/project-locator.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ testFixture('v4/auto-content', [
154154

155155
testFixture('v4/auto-content-split', [
156156
//
157+
{
158+
// TODO: This should _probably_ not be present
159+
config: 'node_modules/tailwindcss/index.css',
160+
content: [],
161+
},
157162
{
158163
config: 'src/app.css',
159164
content: [

0 commit comments

Comments
 (0)