aboutsummaryrefslogtreecommitdiff
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.js5
1 files changed, 0 insertions, 5 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 6d08e85e6..2f8660b63 100644
--- a/packages/astro/test/static-build-page-url-format.test.js
+++ b/packages/astro/test/static-build-page-url-format.test.js
@@ -1,11 +1,6 @@
import { expect } from 'chai';
-import * as cheerio from 'cheerio';
import { loadFixture } from './test-utils.js';
-function addLeadingSlash(path) {
- return path.startsWith('/') ? path : '/' + path;
-}
-
describe("Static build - format: 'file'", () => {
let fixture;