UNPKG

simple-graphql

Version:

The simple way to generates GraphQL schemas and Sequelize models from your models definition.

5 lines 111 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch:['**/__tests__/**/*-test.tsx'] }