diff --git a/tests/arbitrary-properties.test.js b/tests/arbitrary-properties.test.js index e3a4f02a5bce..024b1fa13cbd 100644 --- a/tests/arbitrary-properties.test.js +++ b/tests/arbitrary-properties.test.js @@ -324,7 +324,7 @@ it('should be possible to read theme values in arbitrary properties (without quo it('should be possible to read theme values in arbitrary properties (with quotes)', () => { let config = { - content: [{ raw: html`
` }], + content: [{ raw: html`
` }], corePlugins: { preflight: false }, }