Fix test for optional prefix (missing dash)

This commit is contained in:
Rouven Hurling 2018-09-14 15:31:21 +02:00 committed by Adam Wathan
parent 3a103fe83a
commit 2ed82bbea1

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-',
},
}