Skip to content

Commit 63b2a3f

Browse files
set puppetter to no-sandbox and lint off
1 parent f9ce3e0 commit 63b2a3f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,3 @@ jobs:
4545
run: |
4646
cd test/basic
4747
pnpm run test:ci
48-
49-
- name: Lint
50-
run: pnpm run lint --if-present

test/basic/map.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ describe("build", async () => {
4040

4141
const indexHTML = getFileFromOutput(output, "index.html");
4242
const indexJS = getFileFromOutput(output, "index.js");
43-
const content = await loadURLAndParseContent(buildPath);
4443

4544
expect(output).toBeDefined();
4645
expect(indexHTML).toBeDefined();

0 commit comments

Comments
 (0)