Removed unused references to experiments

This commit is contained in:
Adam Wathan 2019-01-18 09:28:27 -05:00
parent e6f4b416f0
commit d9b675eb78

View File

@ -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(