move testing utils into @nrwl/nx/testing
This commit is contained in:
parent
9065ab3dc1
commit
c24fa13ce4
@ -1,2 +0,0 @@
|
|||||||
export { readAll } from './utils/testing';
|
|
||||||
export { hot, cold } from 'jasmine-marbles';
|
|
||||||
@ -1,5 +1,5 @@
|
|||||||
import {Actions} from '@ngrx/effects';
|
import {Actions} from '@ngrx/effects';
|
||||||
import {readAll, hot} from '@nrwl/nx';
|
import {readAll, hot} from '@nrwl/nx/testing';
|
||||||
import {<%= className %>Effects} from './<%= fileName %>.effects';
|
import {<%= className %>Effects} from './<%= fileName %>.effects';
|
||||||
import {of} from 'rxjs/observable/of';
|
import {of} from 'rxjs/observable/of';
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
export { readAll } from './utils/testing';
|
||||||
|
export { hot, cold } from 'jasmine-marbles';
|
||||||
Loading…
x
Reference in New Issue
Block a user