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

Tests on conesearch reducer => DONE

parent 934fe3ad
No related branches found
No related tags found
2 merge requests!29Develop,!8Resolve "Add tests for instance store module"
......@@ -107,12 +107,4 @@ describe('ConeSearch reducer', () => {
expect(fromConeSearch.selectResolverIsLoaded(state)).toBeFalsy();
});
// it('should get coneSearch', () => {
// const action = {} as coneSearchActions.Actions;
// const state = fromConeSearch.reducer(undefined, action);
// const expectedConeSearch: ConeSearch = { ra: null, dec: null, radius: null };
//
// expect(fromConeSearch.getConeSearch(state)).toEqual(expectedConeSearch);
// });
});
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