Skip to content

Commit

Permalink
chore(): set apollo-server-testing as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 9, 2020
1 parent 0f05cc5 commit 4703450
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/e2e/code-first.spec.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { INestApplication } from '@nestjs/common';
import { Test } from '@nestjs/testing';
import { gql } from 'apollo-server-express';
import { ApolloServerTestClient } from 'apollo-server-testing';
import { createTestClient } from '../utils/create-test-client';
import { ApplicationModule } from '../code-first/app.module';
import { gql } from 'apollo-server-express';
import { createTestClient } from '../utils/create-test-client';

describe('Code-first', () => {
let app: INestApplication;
Expand Down

0 comments on commit 4703450

Please sign in to comment.