Skip to content

Commit

Permalink
tests: add array type fallbacks to test
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmd committed Jul 1, 2021
1 parent 893045d commit de99cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/jss/tests/jss-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ attachedStyleSheet.addRules({
rule6: {
// @ts-expect-error
fallbacks: Symbol()
},
container: {
display: 'flex',
fallbacks: [{display: 'box'}, {display: 'flex-box'}]
}
})

Expand Down

0 comments on commit de99cd1

Please sign in to comment.