summaryrefslogtreecommitdiff
path: root/packages/astro/test/svelte-component.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/svelte-component.test.js')
-rw-r--r--packages/astro/test/svelte-component.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/svelte-component.test.js b/packages/astro/test/svelte-component.test.js
index a68acd924..da69171ee 100644
--- a/packages/astro/test/svelte-component.test.js
+++ b/packages/astro/test/svelte-component.test.js
@@ -1,5 +1,5 @@
import { expect } from 'chai';
-import cheerio from 'cheerio';
+import * as cheerio from 'cheerio';
import { isWindows, loadFixture } from './test-utils.js';
describe('Svelte component', () => {