UNPKG

charlotte-graphql

Version:

Generates GraphQL type definitions and resolvers off of a concise spec.

9 lines (6 loc) 169 B
'use strict'; const runSuite = require('./lib/suite'); const adapter = require('../lib/memory-adapter')(); describe('Memory adapter', () => { runSuite(adapter); });