Skip to content

Commit 97a952f

Browse files
committed
tidying up this test case
1 parent c01ae56 commit 97a952f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ describe('constants', () => {
8787
})
8888

8989
it('should preserve import order', () => {
90-
test('@value a from "./a.css"; @value b from "./b.css";', ':import("./a.css") {\n i__const_a_7: a\n}\n:import("./b.css") {\n i__const_b_8: b\n}\n:export {\n a: i__const_a_7;\n b: i__const_b_8\n}')
90+
test(
91+
'@value a from "./a.css"; @value b from "./b.css";',
92+
':import("./a.css") {\n i__const_a_7: a\n}\n' +
93+
':import("./b.css") {\n i__const_b_8: b\n}\n' +
94+
':export {\n a: i__const_a_7;\n b: i__const_b_8\n}'
95+
)
9196
})
9297
})
9398

0 commit comments

Comments
 (0)