Skip to content
Snippets Groups Projects
Commit 11fdca56 authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Clean code

parent 2987e333
No related branches found
No related tags found
2 merge requests!29Develop,!17Resolve "Add tests for instance module"
import { Component, Input } from '@angular/core';
import { TestBed, waitForAsync, ComponentFixture } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { of } from 'rxjs';
import { provideMockStore, MockStore } from '@ngrx/store/testing';
import { of } from 'rxjs';
import { InstanceComponent } from './instance.component';
import { AppConfigService } from 'src/app/app-config.service';
import * as authActions from 'src/app/auth/auth.actions';
import { Component, EventEmitter, Input, Output } from '@angular/core';
import { Attribute, Instance } from '../metamodel/models';
import { Instance } from '../metamodel/models';
import { UserProfile } from '../auth/user-profile.model';
import * as datasetFamilyActions from '../metamodel/actions/dataset-family.actions';
import * as datasetActions from '../metamodel/actions/dataset.actions';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment