File tree Expand file tree Collapse file tree 7 files changed +352
-275
lines changed
example-app-monorepo/apps/app1/src/app
example-app-yarn-workspace/packages/angular-app/src/app Expand file tree Collapse file tree 7 files changed +352
-275
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { UserService } from 'libs/user/src/lib/user.service';
1111import { AboutComponent } from './about/about.component' ;
1212import { AppComponent } from './app.component' ;
1313import { appConfig } from './app.config' ;
14+ import { asyncData , click } from '../testing' ;
1415import { DashboardComponent } from './dashboard/dashboard.component' ;
1516import { HeroService } from './model' ;
1617import { TestHeroService } from './model/testing' ;
1718import { TwainService } from './twain/twain.service' ;
18- import { asyncData , click } from '../testing' ;
1919
2020let comp : AppComponent ;
2121let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
1010import { AboutComponent } from './about/about.component' ;
1111import { AppComponent } from './app.component' ;
1212import { appConfig } from './app.config' ;
13+ import { asyncData , click } from '../testing' ;
1314import { DashboardComponent } from './dashboard/dashboard.component' ;
1415import { HeroService , UserService } from './model' ;
1516import { TestHeroService } from './model/testing' ;
1617import { TwainService } from './twain/twain.service' ;
17- import { asyncData , click } from '../testing' ;
1818
1919let comp : AppComponent ;
2020let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
1010import { AboutComponent } from './about/about.component' ;
1111import { AppComponent } from './app.component' ;
1212import { appConfig } from './app.config' ;
13+ import { asyncData , click } from '../testing' ;
1314import { DashboardComponent } from './dashboard/dashboard.component' ;
1415import { HeroService , UserService } from './model' ;
1516import { TestHeroService } from './model/testing' ;
1617import { TwainService } from './twain/twain.service' ;
17- import { asyncData , click } from '../testing' ;
1818
1919let comp : AppComponent ;
2020let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
1010import { AboutComponent } from './about/about.component' ;
1111import { AppComponent } from './app.component' ;
1212import { appConfig } from './app.config' ;
13+ import { asyncData , click } from '../testing' ;
1314import { DashboardComponent } from './dashboard/dashboard.component' ;
1415import { HeroService , UserService } from './model' ;
1516import { TestHeroService } from './model/testing' ;
1617import { TwainService } from './twain/twain.service' ;
17- import { asyncData , click } from '../testing' ;
1818
1919let comp : AppComponent ;
2020let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { UserService } from '@user';
1111import { AboutComponent } from './about/about.component' ;
1212import { AppComponent } from './app.component' ;
1313import { appConfig } from './app.config' ;
14+ import { asyncData , click } from '../testing' ;
1415import { DashboardComponent } from './dashboard/dashboard.component' ;
1516import { HeroService } from './model' ;
1617import { TestHeroService } from './model/testing' ;
1718import { TwainService } from './twain/twain.service' ;
18- import { asyncData , click } from '../testing' ;
1919
2020let comp : AppComponent ;
2121let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change 9797 "cross-env" : " ^7.0.3" ,
9898 "eslint" : " ^8.57.0" ,
9999 "eslint-config-prettier" : " ^9.1.0" ,
100- "eslint-plugin-import" : " ^2.29.1 " ,
100+ "eslint-plugin-import" : " ^2.30.0 " ,
101101 "eslint-plugin-jest" : " ^28.8.3" ,
102102 "eslint-plugin-jsdoc" : " ^50.2.2" ,
103103 "eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments