Skip to content

Commit

Permalink
fixup! Fixup, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed May 6, 2022
1 parent e5da30b commit 3dfbfd7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/collections.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ describe('FrozenMap', () => {
).toMatchInlineSnapshot(`"FrozenMap(3) { a => 1, b => 2, c => 3 }"`);
});
});
// describe('forEach', () => {})
// describe('get', () => {})
// describe('has', () => {})
// describe('keys', () => {})
// describe('values', () => {})
// describe('size', () => {})
});

describe('FrozenSet', () => {
Expand Down

0 comments on commit 3dfbfd7

Please sign in to comment.