File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
apps/generator-cli/src/app/services Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- import { Test } from '@nestjs/testing' ;
2- import { Version , VersionManagerService } from './version-manager.service' ;
3- import { HttpService } from '@nestjs/common' ;
4- import { of } from 'rxjs' ;
5- import { mocked } from 'ts-jest/utils' ;
6- import { LOGGER } from '../constants' ;
1+ import { Test } from '@nestjs/testing' ;
2+ import { Version , VersionManagerService } from './version-manager.service' ;
3+ import { HttpService } from '@nestjs/common' ;
4+ import { of } from 'rxjs' ;
5+ import { mocked } from 'ts-jest/utils' ;
6+ import { LOGGER } from '../constants' ;
77import * as chalk from 'chalk' ;
8- import { ConfigService } from './config.service' ;
9- import { resolve } from 'path' ;
8+ import { ConfigService } from './config.service' ;
9+ import { resolve } from 'path' ;
1010import * as os from 'os' ;
11- import { TestingModule } from '@nestjs/testing/testing-module' ;
11+ import { TestingModule } from '@nestjs/testing/testing-module' ;
1212
1313jest . mock ( 'fs-extra' ) ;
1414// eslint-disable-next-line @typescript-eslint/no-var-requires
You can’t perform that action at this time.
0 commit comments