UNPKG

@digicat/cf-graphql

Version:

Generate a GraphQL schema out of your Contentful space

14 lines (9 loc) 280 B
'use strict'; const test = require('tape'); const helpers = require('../../src/helpers'); test('helpers: imports all functions successfully', function (t) { ['graphiql', 'expressGraphqlExtension'].forEach(m => { t.ok(typeof helpers[m], 'function'); }); t.end(); });