parent
4af9acff2b
commit
0198b2816a
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { AgenceEditComponent } from './agence-edit.component'; |
||||
import { AgenceEditComponent } from '../agence-edit/agence-edit.component'; |
||||
|
||||
describe('AgenceEditComponent', () => { |
||||
let component: AgenceEditComponent; |
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { AgenceComponent } from './agence.component'; |
||||
import { AgenceComponent } from '../agence/agence.component'; |
||||
|
||||
describe('AgenceComponent', () => { |
||||
let component: AgenceComponent; |
@ -1,6 +1,6 @@ |
||||
import { TestBed } from '@angular/core/testing'; |
||||
|
||||
import { AgenceService } from './agence.service'; |
||||
import { AgenceService } from '../services/agence.service'; |
||||
|
||||
describe('AgenceService', () => { |
||||
let service: AgenceService; |
@ -1,5 +1,5 @@ |
||||
import { TestBed } from '@angular/core/testing'; |
||||
import { AppComponent } from './app.component'; |
||||
import { AppComponent } from '../app.component'; |
||||
|
||||
describe('AppComponent', () => { |
||||
beforeEach(async () => { |
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { CollaborateurEditComponent } from './collaborateur-edit.component'; |
||||
import { CollaborateurEditComponent } from '../collaborateur-edit/collaborateur-edit.component'; |
||||
|
||||
describe('CollaborateurEditComponent', () => { |
||||
let component: CollaborateurEditComponent; |
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { CollaborateurComponent } from './collaborateur.component'; |
||||
import { CollaborateurComponent } from '../collaborateur/collaborateur.component'; |
||||
|
||||
describe('CollaborateurComponent', () => { |
||||
let component: CollaborateurComponent; |
@ -1,6 +1,6 @@ |
||||
import { TestBed } from '@angular/core/testing'; |
||||
|
||||
import { CollaborateurService } from './collaborateur.service'; |
||||
import { CollaborateurService } from '../services/collaborateur.service'; |
||||
|
||||
describe('CollaborateurService', () => { |
||||
let service: CollaborateurService; |
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { HomeComponent } from './home.component'; |
||||
import { HomeComponent } from '../home/home.component'; |
||||
|
||||
describe('HomeComponent', () => { |
||||
let component: HomeComponent; |
@ -1,6 +1,6 @@ |
||||
import { TestBed } from '@angular/core/testing'; |
||||
|
||||
import { MessageService } from './message.service'; |
||||
import { MessageService } from '../services/message.service'; |
||||
|
||||
describe('MessageService', () => { |
||||
let service: MessageService; |
@ -1,6 +1,6 @@ |
||||
import { ComponentFixture, TestBed } from '@angular/core/testing'; |
||||
|
||||
import { MessagesComponent } from './messages.component'; |
||||
import { MessagesComponent } from '../messages/messages.component'; |
||||
|
||||
describe('MessagesComponent', () => { |
||||
let component: MessagesComponent; |
Loading…
Reference in new issue