Node linking added

This commit is contained in:
jpellizzari
2017-01-16 15:25:20 -08:00
parent dea2612611
commit 443941e1b8
8 changed files with 64 additions and 52 deletions

View File

@@ -1,14 +0,0 @@
import { translateUrlParams } from '../router-utils';
describe('router-utils', () => {
it('translates a query to a view state', () => {
// const dispatch = createSpy();
// const state = Object.assign({}, initialState, {
// nodes: [{node_1: 'some_id'}]
// });
// window.location.search = '?node=node_1';
// const page = getRouter(dispatch, state);
// expect(page).toBeTruthy();
translateUrlParams('?key=value&otherkey=othervalue', []);
});
});