Skip to content

Commit 3d1118f

Browse files
committed
Fix svelte test
1 parent b7d2c8f commit 3d1118f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/syntax-svelte.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let css = String.raw
66

77
test('it detects svelte based on the file extension', () => {
88
let config = {
9-
content: [path.resolve(__dirname, './svelte-syntax.test.svelte')],
9+
content: [path.resolve(__dirname, './syntax-svelte.test.svelte')],
1010
corePlugins: { preflight: false },
1111
theme: {},
1212
plugins: [],

0 commit comments

Comments
 (0)