Skip to content

Commit

Permalink
test chunks back to 2, it didn't make CI faster
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jun 29, 2024
1 parent 845c0e5 commit a635bc6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 26 deletions.
2 changes: 1 addition & 1 deletion src/all.1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { makeRenderTests } from "./testRender";
const chunkNum = /all\.(\d+)\.test\.ts$/.exec(__filename)?.[1];
if (!chunkNum) throw new Error("No chunk index found");
const chunkIdx = parseInt(chunkNum, 10) - 1;
const numChunks = 4;
const numChunks = 2;

makeRenderTests(chunkIdx, numChunks);
2 changes: 1 addition & 1 deletion src/all.2.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import { makeRenderTests } from "./testRender";
const chunkNum = /all\.(\d+)\.test\.ts$/.exec(__filename)?.[1];
if (!chunkNum) throw new Error("No chunk index found");
const chunkIdx = parseInt(chunkNum, 10) - 1;
const numChunks = 4;
const numChunks = 2;

makeRenderTests(chunkIdx, numChunks);
12 changes: 0 additions & 12 deletions src/all.3.test.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/all.4.test.ts

This file was deleted.

0 comments on commit a635bc6

Please sign in to comment.