Skip to content

Commit 22f1e67

Browse files
committed
tests: add array type fallbacks to test
1 parent 4fa0b70 commit 22f1e67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/jss/tests/jss-tests.ts

+4
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)