Change test from karma to jest and added tsconfig paths
This commit is contained in:
parent
50cb05d191
commit
275bd37552
22 changed files with 3467 additions and 724 deletions
|
|
@ -4,7 +4,7 @@ import { CommonModule } from '@angular/common';
|
|||
import { PoolRoutingModule } from './pool-routing.module';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
|
||||
import { PoolService } from 'src/modules/pool/services/pool.service';
|
||||
import { PoolService } from '@modules/pool/services/pool.service';
|
||||
|
||||
import { PoolComponent } from './components/pool/pool.component';
|
||||
import { CardComponent } from './components/card/card.component';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue