File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import * as Logger from '@nexus/logger'
2
2
import * as NexusSchema from '@nexus/schema'
3
3
import * as Prompts from 'prompts'
4
- import * as Testing from '../../../runtime /testing'
4
+ import * as Testing from '../../../testing /testing'
5
5
import * as Layout from '../../layout'
6
6
import * as PackageManager from '../../package-manager'
7
7
import * as Process from '../../process'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ export { createTestContext , TestContext } from './testing'
Original file line number Diff line number Diff line change 1
1
import { isLeft } from 'fp-ts/lib/Either'
2
2
import getPort from 'get-port'
3
3
import * as Lo from 'lodash'
4
- import app from '.'
5
4
import { GraphQLClient } from '../lib/graphql-client'
6
5
import * as Layout from '../lib/layout'
6
+ import { rootLogger } from '../lib/nexus-logger'
7
7
import * as PluginRuntime from '../lib/plugin'
8
8
import * as PluginWorktime from '../lib/plugin/worktime'
9
- import { PrivateApp } from './app '
10
- import { createDevAppRunner } from './start '
11
- import { rootLogger } from '../lib/nexus-logger '
9
+ import app from '../runtime '
10
+ import { PrivateApp } from '../runtime/app '
11
+ import { createDevAppRunner } from '../runtime/start '
12
12
13
13
const pluginLogger = rootLogger . child ( 'plugin' )
14
14
You can’t perform that action at this time.
0 commit comments