summaryrefslogtreecommitdiff
path: root/packages/astro/test/static-build-page-url-format.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/astro/test/static-build-page-url-format.test.js')
-rw-r--r--packages/astro/test/static-build-page-url-format.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/test/static-build-page-url-format.test.js b/packages/astro/test/static-build-page-url-format.test.js
index 941a7e571..6d08e85e6 100644
--- a/packages/astro/test/static-build-page-url-format.test.js
+++ b/packages/astro/test/static-build-page-url-format.test.js
@@ -1,5 +1,5 @@
import { expect } from 'chai';
-import cheerio from 'cheerio';
+import * as cheerio from 'cheerio';
import { loadFixture } from './test-utils.js';
function addLeadingSlash(path) {