Skip to content

Commit d52493c

Browse files
committed
fix tests
1 parent ba287fa commit d52493c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/VersionCommand.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('VersionCommand', () => {
1111

1212
beforeAll(async () => {
1313
commandInstance = await CommandTestFactory.createTestingCommand({
14-
imports: [AppModule],
14+
imports: [],
1515
providers: [VersionCommand],
1616
}).compile();
1717
// command = commandInstance.get(VersionCommand);

0 commit comments

Comments
 (0)