Skip to content

Commit

Permalink
Disable coverage on deprecated 'isValidJSValue' function (#1673)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jan 25, 2019
1 parent 5fc3faf commit d49460f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utilities/isValidJSValue.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* @flow strict
*/

/* istanbul ignore file */
import { coerceValue } from './coerceValue';
import type { GraphQLInputType } from '../type/definition';

Expand Down

0 comments on commit d49460f

Please sign in to comment.