We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba287fa commit d52493cCopy full SHA for d52493c
1 file changed
src/commands/VersionCommand.spec.ts
@@ -11,7 +11,7 @@ describe('VersionCommand', () => {
11
12
beforeAll(async () => {
13
commandInstance = await CommandTestFactory.createTestingCommand({
14
- imports: [AppModule],
+ imports: [],
15
providers: [VersionCommand],
16
}).compile();
17
// command = commandInstance.get(VersionCommand);
0 commit comments