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

Tests on samp reducer => DONE

parent aa3372a7
No related branches found
No related tags found
2 merge requests!29Develop,!8Resolve "Add tests for instance store module"
......@@ -11,6 +11,11 @@ import { createReducer, on } from '@ngrx/store';
import * as sampActions from '../actions/samp.actions';
/**
* Interface for samp state.
*
* @interface State
*/
export interface State {
registered: boolean;
}
......
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