Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 10, 2024
1 parent 9654570 commit 079409e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsutils/instanceOf.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { inspect } from './inspect.js';

/* c8 ignore next 3 */
/* c8 ignore next 6 */
const isProduction =
globalThis.process == null ||
// eslint-disable-next-line no-undef
Expand Down

0 comments on commit 079409e

Please sign in to comment.