MessagesForMacintosh/JS/node_modules/apollo-client/config/jest/setup.js

6 lines
246 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var graphql_tag_1 = require("graphql-tag");
graphql_tag_1.disableFragmentWarnings();
process.on('unhandledRejection', function () { });
//# sourceMappingURL=setup.js.map