From d9b675eb78299b8d67c9f315e4936348d4e74523 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Fri, 18 Jan 2019 09:28:27 -0500 Subject: [PATCH] Removed unused references to experiments --- __tests__/applyAtRule.test.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/__tests__/applyAtRule.test.js b/__tests__/applyAtRule.test.js index 410317402..7f9904195 100644 --- a/__tests__/applyAtRule.test.js +++ b/__tests__/applyAtRule.test.js @@ -206,7 +206,6 @@ test('you can apply utility classes without using the given prefix', () => { ...defaultConfig.options, prefix: 'tw-', }, - experiments: { shadowLookup: true }, } return run(input, config, processPlugins(defaultPlugins(defaultConfig), config).utilities).then( @@ -234,7 +233,6 @@ test('you can apply utility classes without using the given prefix when using a return 'tw-' }, }, - experiments: { shadowLookup: true }, } return run(input, config, processPlugins(defaultPlugins(defaultConfig), config).utilities).then(