Skip to content

Commit

Permalink
fix test for deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Oct 12, 2018
1 parent 67a5b8d commit 8e77fe9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions packages/jss/tests/functional/houdini.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ describe('Functional: houdini', () => {

beforeEach(() => {
sheet = jss
.createStyleSheet({
a: {
margin: CSS.px(42)
}
})
.createStyleSheet(
{
a: {
margin: CSS.px(42)
}
},
{link: true}
)
.attach()
})

Expand Down

0 comments on commit 8e77fe9

Please sign in to comment.