From 2ed82bbea1ec24b32275a113dbb0769c0d6607ae Mon Sep 17 00:00:00 2001 From: Rouven Hurling Date: Fri, 14 Sep 2018 15:31:21 +0200 Subject: [PATCH] Fix test for optional prefix (missing dash) --- __tests__/applyAtRule.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/applyAtRule.test.js b/__tests__/applyAtRule.test.js index 7168c4666..14903b452 100644 --- a/__tests__/applyAtRule.test.js +++ b/__tests__/applyAtRule.test.js @@ -206,7 +206,7 @@ test('you can apply utility classes without using the given prefix', () => { ...defaultConfig, options: { ...defaultConfig.options, - prefix: 'prefix', + prefix: 'prefix-', }, }