Skip to content

Commit

Permalink
fix(testing): fix relative import #12106
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 24, 2023
1 parent 2e0f3ae commit d1abe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/testing/interfaces/override-module.interface.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ModuleDefinition } from '../../core/interfaces/module-definition.interface';
import { ModuleDefinition } from '@nestjs/core/interfaces/module-definition.interface';
import { TestingModuleBuilder } from '../testing-module.builder';

/**
Expand Down

0 comments on commit d1abe38

Please sign in to comment.