All files / scripts tests.js

100% Statements 3/3
100% Branches 0/0
100% Functions 1/1
100% Lines 3/3
1 2 3 4 5 6 711x   11x     11x  
process.on('unhandledRejection', () => {});
 
const { disableFragmentWarnings } = require('graphql-tag');
 
// Turn off warnings for repeated fragment names
disableFragmentWarnings();