Skip to content

Commit d9b675e

Browse files
committed
Removed unused references to experiments
1 parent e6f4b41 commit d9b675e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

__tests__/applyAtRule.test.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ test('you can apply utility classes without using the given prefix', () => {
206206
...defaultConfig.options,
207207
prefix: 'tw-',
208208
},
209-
experiments: { shadowLookup: true },
210209
}
211210

212211
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
234233
return 'tw-'
235234
},
236235
},
237-
experiments: { shadowLookup: true },
238236
}
239237

240238
return run(input, config, processPlugins(defaultPlugins(defaultConfig), config).utilities).then(

0 commit comments

Comments
 (0)