Skip to content

Commit de99cd1

Browse files
committed
tests: add array type fallbacks to test
1 parent 893045d commit de99cd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/jss/tests/jss-tests.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ attachedStyleSheet.addRules({
9494
rule6: {
9595
// @ts-expect-error
9696
fallbacks: Symbol()
97+
},
98+
container: {
99+
display: 'flex',
100+
fallbacks: [{display: 'box'}, {display: 'flex-box'}]
97101
}
98102
})
99103

0 commit comments

Comments
 (0)