Skip to content

Commit 4ae860f

Browse files
committed
fix test
1 parent 66d0529 commit 4ae860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/placeContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ it('transforms place content with one value', () => {
1515
})
1616

1717
it('does not allow justify content without align content', () => {
18-
expect(() => transformCss([['place-content', 'space-everly']])).toThrow()
18+
expect(() => transformCss([['place-content', 'space-evenly']])).toThrow()
1919
})

0 commit comments

Comments
 (0)