nexus/tests/integrations/declarativeWrappingPlugin/case.spec.ts

11 lines
233 B
TypeScript

import { testApp } from '../../__helpers'
import { declarativeWrappingPlugin } from '../../../src'
testApp({
rootDir: __dirname,
name: 'declarativeWrappingPlugin',
config: {
plugins: [declarativeWrappingPlugin()],
},
})