diff options
Diffstat (limited to 'packages/astro/test/0-css.test.js')
-rw-r--r-- | packages/astro/test/0-css.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/0-css.test.js b/packages/astro/test/0-css.test.js index 63e6bfe67..054cef86a 100644 --- a/packages/astro/test/0-css.test.js +++ b/packages/astro/test/0-css.test.js @@ -51,7 +51,7 @@ describe('CSS', function () { }); it('Generated link tags are void elements', async () => { - expect(html).to.not.include("</link>"); + expect(html).to.not.include('</link>'); }); it('No <style> skips scoping', async () => { |