Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas authored and jerelmiller committed Nov 18, 2024
1 parent 78ff749 commit bdc3e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/__tests__/masking.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1797,7 +1797,7 @@ describe("maskOperation", () => {
data.currentUser.skills[0].description;
data.currentUser.skills[1].description;

//expect(console.warn).toHaveBeenCalledTimes(9);
expect(console.warn).toHaveBeenCalledTimes(9);
expect(console.warn).toHaveBeenCalledWith(
"Accessing unmasked field on %s at path '%s'. This field will not be available when masking is enabled. Please read the field from the fragment instead.",
"query 'UnmaskedQuery'",
Expand Down

0 comments on commit bdc3e24

Please sign in to comment.