Skip to content

Commit

Permalink
feat(testing): Expose underlying NestApplication & NestMicroservice
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed May 19, 2020
1 parent 9eb39a2 commit ebf78a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/testing/src/test-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import { TestServerOptions } from './types';
* @docsCategory testing
*/
export class TestServer {
private app: INestApplication;
private worker?: INestMicroservice;
public app: INestApplication;
public worker?: INestMicroservice;

constructor(private vendureConfig: Required<VendureConfig>) {}

Expand Down

0 comments on commit ebf78a2

Please sign in to comment.