mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
remove APP namespace from actions
This commit is contained in:
parent
c378d8309a
commit
bfa8abb93f
@ -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]'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user