Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it("get", () => {
expect(new Map([["a", 1]])[ReadonlyKeyedCollection.get]("a")).toBe(1);
expect(new Map([["a", 1]])[ReadonlyKeyedCollection.get]("b")).toBe(undefined);
});
it("keys", () => {
it("get", () => {
expect(new Map([["a", 1]])[ReadonlyKeyedCollection.get]("a")).toBe(1);
expect(new Map([["a", 1]])[ReadonlyKeyedCollection.get]("b")).toBe(undefined);
});
it("keys", () => {