UNPKG

graphql-modules

Version:

Create reusable, maintainable, testable and extendable GraphQL modules

18 lines (17 loc) 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.testkit = void 0; const test_application_1 = require("./test-application"); const test_module_1 = require("./test-module"); const test_injector_1 = require("./test-injector"); const graphql_1 = require("./graphql"); const di_1 = require("./di"); exports.testkit = { mockApplication: test_application_1.mockApplication, mockModule: test_module_1.mockModule, testModule: test_module_1.testModule, testInjector: test_injector_1.testInjector, readProviderOptions: test_injector_1.readProviderOptions, provideEmpty: di_1.provideEmpty, execute: graphql_1.execute, };