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';
11
11
import { AboutComponent } from './about/about.component' ;
12
12
import { AppComponent } from './app.component' ;
13
13
import { appConfig } from './app.config' ;
14
+ import { asyncData , click } from '../testing' ;
14
15
import { DashboardComponent } from './dashboard/dashboard.component' ;
15
16
import { HeroService } from './model' ;
16
17
import { TestHeroService } from './model/testing' ;
17
18
import { TwainService } from './twain/twain.service' ;
18
- import { asyncData , click } from '../testing' ;
19
19
20
20
let comp : AppComponent ;
21
21
let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
10
10
import { AboutComponent } from './about/about.component' ;
11
11
import { AppComponent } from './app.component' ;
12
12
import { appConfig } from './app.config' ;
13
+ import { asyncData , click } from '../testing' ;
13
14
import { DashboardComponent } from './dashboard/dashboard.component' ;
14
15
import { HeroService , UserService } from './model' ;
15
16
import { TestHeroService } from './model/testing' ;
16
17
import { TwainService } from './twain/twain.service' ;
17
- import { asyncData , click } from '../testing' ;
18
18
19
19
let comp : AppComponent ;
20
20
let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
10
10
import { AboutComponent } from './about/about.component' ;
11
11
import { AppComponent } from './app.component' ;
12
12
import { appConfig } from './app.config' ;
13
+ import { asyncData , click } from '../testing' ;
13
14
import { DashboardComponent } from './dashboard/dashboard.component' ;
14
15
import { HeroService , UserService } from './model' ;
15
16
import { TestHeroService } from './model/testing' ;
16
17
import { TwainService } from './twain/twain.service' ;
17
- import { asyncData , click } from '../testing' ;
18
18
19
19
let comp : AppComponent ;
20
20
let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import { jest } from '@jest/globals';
10
10
import { AboutComponent } from './about/about.component' ;
11
11
import { AppComponent } from './app.component' ;
12
12
import { appConfig } from './app.config' ;
13
+ import { asyncData , click } from '../testing' ;
13
14
import { DashboardComponent } from './dashboard/dashboard.component' ;
14
15
import { HeroService , UserService } from './model' ;
15
16
import { TestHeroService } from './model/testing' ;
16
17
import { TwainService } from './twain/twain.service' ;
17
- import { asyncData , click } from '../testing' ;
18
18
19
19
let comp : AppComponent ;
20
20
let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ import { UserService } from '@user';
11
11
import { AboutComponent } from './about/about.component' ;
12
12
import { AppComponent } from './app.component' ;
13
13
import { appConfig } from './app.config' ;
14
+ import { asyncData , click } from '../testing' ;
14
15
import { DashboardComponent } from './dashboard/dashboard.component' ;
15
16
import { HeroService } from './model' ;
16
17
import { TestHeroService } from './model/testing' ;
17
18
import { TwainService } from './twain/twain.service' ;
18
- import { asyncData , click } from '../testing' ;
19
19
20
20
let comp : AppComponent ;
21
21
let fixture : ComponentFixture < AppComponent > ;
Original file line number Diff line number Diff line change 97
97
"cross-env" : " ^7.0.3" ,
98
98
"eslint" : " ^8.57.0" ,
99
99
"eslint-config-prettier" : " ^9.1.0" ,
100
- "eslint-plugin-import" : " ^2.29.1 " ,
100
+ "eslint-plugin-import" : " ^2.30.0 " ,
101
101
"eslint-plugin-jest" : " ^28.8.3" ,
102
102
"eslint-plugin-jsdoc" : " ^50.2.2" ,
103
103
"eslint-plugin-prettier" : " ^4.2.1" ,
You can’t perform that action at this time.
0 commit comments