Skip to content

Commit 8444aac

Browse files
committed
Tweak test example
1 parent 919349c commit 8444aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let css: TestEntry[] = [
4646
[`@config "./file.js";`, `@config './file.js';`],
4747
[`@source "./file.js";`, `@source './file.js';`],
4848
[`@source not "./file.js";`, `@source not './file.js';`],
49-
[`@source inline("./file.js");`, `@source inline('./file.js');`],
49+
[`@source inline("flex");`, `@source inline('flex');`],
5050
]
5151

5252
export let javascript: TestEntry[] = [

0 commit comments

Comments
 (0)