We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ce3e0 commit 63b2a3fCopy full SHA for 63b2a3f
.github/workflows/test.yml
@@ -45,6 +45,3 @@ jobs:
45
run: |
46
cd test/basic
47
pnpm run test:ci
48
-
49
- - name: Lint
50
- run: pnpm run lint --if-present
test/basic/map.test.ts
@@ -40,7 +40,6 @@ describe("build", async () => {
40
41
const indexHTML = getFileFromOutput(output, "index.html");
42
const indexJS = getFileFromOutput(output, "index.js");
43
- const content = await loadURLAndParseContent(buildPath);
44
expect(output).toBeDefined();
expect(indexHTML).toBeDefined();
0 commit comments