Skip to content

Commit

Permalink
test: fix test that had single set value
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Mar 31, 2022
1 parent 3bfc26e commit ed4bc07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
18 changes: 8 additions & 10 deletions tests/expected/multi-ref.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"component": {
"background-color": {
"ref": "{color.gray.100}",
"sets": {
"ref": "{color.gray.100}",
"sets": {
"light": {
"ref": "{static-colors.light-gray}",
"value": "#EEEEEE"
},
"dark": {
"ref": "{static-colors.dark-gray}",
"value": "#111111"
}
"light": {
"ref": "{static-colors.light-gray}",
"value": "#EEEEEE"
},
"dark": {
"ref": "{static-colors.dark-gray}",
"value": "#111111"
}
}
}
Expand Down
4 changes: 1 addition & 3 deletions tests/fixtures/multi-ref.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"component": {
"background-color": {
"sets": {
"value": "{color.gray.100}"
}
"value": "{color.gray.100}"
}
},
"color": {
Expand Down

0 comments on commit ed4bc07

Please sign in to comment.