ing
This commit is contained in:
parent
2b323cd382
commit
e1300b5689
|
@ -1,8 +1,8 @@
|
||||||
import { TestBed, inject } from '@angular/core/testing';
|
import { TestBed, inject } from '@angular/core/testing';
|
||||||
|
|
||||||
import { Effects } from './signin.effect';
|
import { Effects } from './app-signin.effect';
|
||||||
|
|
||||||
describe('signin-container.Effects', () => {
|
describe('app-signin-container.Effects', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
providers: [Effects]
|
providers: [Effects]
|
|
@ -17,7 +17,7 @@ import {
|
||||||
import {
|
import {
|
||||||
SigninRedirect,
|
SigninRedirect,
|
||||||
ActionType,
|
ActionType,
|
||||||
} from './signin.action';
|
} from './app-signin.action';
|
||||||
|
|
||||||
import { DomainMember } from '@overflow/commons-typescript/model/domain';
|
import { DomainMember } from '@overflow/commons-typescript/model/domain';
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
export * from './signin.action';
|
export * from './app-signin.action';
|
||||||
export * from './signin.effect';
|
export * from './app-signin.effect';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user