Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nakhbari committed Jun 29, 2018
1 parent f36eb5d commit fea6090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/app/signup/signup.component.spec.ts
Expand Up @@ -6,9 +6,8 @@ import {By} from '@angular/platform-browser';
import {Router} from '@angular/router';
import {Subject} from 'rxjs/Subject';

import {mockSignupResponse} from '../common/test_helpers/mock_login_data';
import {UserDetails} from '../common/types';
import {AuthService, SignupResponse} from '../services/auth.service';
import {AuthService} from '../services/auth.service';
import {DataService} from '../services/data.service';

import {SignupComponent} from './signup.component';
Expand Down

0 comments on commit fea6090

Please sign in to comment.