Skip to content

Commit b0f47e4

Browse files
committed
strip all license comments in tests
1 parent 6d140bb commit b0f47e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export function test(
321321
return [
322322
file,
323323
// Drop license comment
324-
content.replace(/[\s\n]*\/\*! tailwindcss .*? \*\/[\s\n]*/g, ''),
324+
content.replace(/[\s\n]*\/\*![\s\S]*?\*\/[\s\n]*/g, ''),
325325
]
326326
}),
327327
)

0 commit comments

Comments
 (0)