Skip to content

Commit

Permalink
Merge pull request #1320 from ebkr/type-b-gone
Browse files Browse the repository at this point in the history
Remove unused code
  • Loading branch information
anttimaki authored May 27, 2024
2 parents 25f4383 + 2c878ad commit 84672f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/jest/__tests__/utils/utils.ArrayUtils.ts.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { chunk } from "../../../../src/utils/ArrayUtils";

type ParametrizedTest = {original: any[], expected: any[][]};

describe("ArrayUtils.chunk", () => {
it("Validates chunkSize parameter", () => {
const expected = new Error("chunk requires positive integer as chunkSize");
Expand Down

0 comments on commit 84672f9

Please sign in to comment.