Skip to content

Commit 2ed82bb

Browse files
rhurlingadamwathan
authored andcommitted
Fix test for optional prefix (missing dash)
1 parent 3a103fe commit 2ed82bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/applyAtRule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ test('you can apply utility classes without using the given prefix', () => {
206206
...defaultConfig,
207207
options: {
208208
...defaultConfig.options,
209-
prefix: 'prefix',
209+
prefix: 'prefix-',
210210
},
211211
}
212212

0 commit comments

Comments
 (0)