Skip to content

Commit

Permalink
test(): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomini committed Jul 7, 2022
1 parent a2bbb69 commit 0934666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/module-e2e.spec.ts
Expand Up @@ -7,7 +7,6 @@ import { EventsProviderPrependConsumer } from '../src/events-provider-prepend.co
import { EventsProviderConsumer } from '../src/events-provider.consumer';
import { EventsProviderRequestScopedConsumer } from '../src/events-provider.request-scoped.consumer';
import { TEST_PROVIDER_TOKEN } from '../src/test-provider';
import { EVENT_REF } from '../../lib';

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

0 comments on commit 0934666

Please sign in to comment.