1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

remove APP namespace from actions

This commit is contained in:
Sérgio Ramos 2017-01-16 19:49:48 +00:00
parent c378d8309a
commit bfa8abb93f

View File

@ -12,13 +12,13 @@ const {
} = actions;
test('updateRouter action', actionTest(updateRouter, {
type: '/APP/UPDATE_ROUTER'
type: '/UPDATE_ROUTER'
}));
test('updateRouter action', actionTest(updateRouter, {
transitionTo: '[Function]'
}, {
type: '/APP/UPDATE_ROUTER',
type: '/UPDATE_ROUTER',
payload: {
transitionTo: '[Function]'
}