Skip to content

Commit 042c40a

Browse files
committed
refactor: move e2e tests into separate folder
1 parent ebc4fbc commit 042c40a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import { BehaviorSubject } from 'rxjs/BehaviorSubject';
66
import 'rxjs/add/operator/first';
77
import 'rxjs/add/operator/skip';
88

9-
import { FormControlState, createFormControlState } from '../state';
10-
import { SetValueAction } from '../actions';
11-
import { NgrxFormsModule } from '../module';
9+
import { FormControlState, createFormControlState } from '../../state';
10+
import { SetValueAction } from '../../actions';
11+
import { NgrxFormsModule } from '../../module';
1212

1313
const SELECT_OPTIONS = ['op1', 'op2'];
1414

0 commit comments

Comments
 (0)