Fix test for optional prefix (missing dash)

This commit is contained in:
Rouven Hurling 2018-09-14 15:31:21 +02:00 committed by GitHub
parent 8042c268d4
commit 582aeec575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -206,7 +206,7 @@ test('you can apply utility classes without using the given prefix', () => {
...defaultConfig,
options: {
...defaultConfig.options,
prefix: 'prefix',
prefix: 'prefix-',
},
}