Skip to content

Commit 8247670

Browse files
author
Nathan Reid
committed
updated expected css & tokens for test "should compose node module" to better reflect the path to the imported style
1 parent 0457645 commit 8247670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/test-cases/compose-node-module/expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
._compose_node_module_cool_styles_foo__example {
1+
._node_modules_cool_styles_foo__example {
22
color: #F00;
33
}
44
._compose_node_module_source__foo {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"foo": "_compose_node_module_source__foo _compose_node_module_cool_styles_foo__example"
2+
"foo": "_compose_node_module_source__foo _node_modules_cool_styles_foo__example"
33
}

0 commit comments

Comments
 (0)