Skip to content

Commit

Permalink
Update src/lib/helpers.test.ts
Browse files Browse the repository at this point in the history
good looks!

Co-authored-by: Barrett <81570928+btlghrants@users.noreply.github.com>
  • Loading branch information
cmwylie19 and btlghrants committed Mar 14, 2024
1 parent 3966f09 commit cc063f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/helpers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -964,9 +964,6 @@ describe("checkOverlap", () => {
test("(Mixed) should return false since key1 value is differnet on object", () => {
expect(checkOverlap({ key1: "one", key2: "" }, { key1: "different", key2: "" })).toBe(false);
});
test("should return true since binding annotation/label since object contains binding key", () => {
expect(checkOverlap({ key1: "" }, { key1: "value1" })).toBe(true);
});
test("should return true if binding has no labels or annotations", () => {
expect(checkOverlap({}, { key1: "value1" })).toBe(true);
});
Expand Down

0 comments on commit cc063f0

Please sign in to comment.