Add createStore statics test

This commit is contained in:
Ragg
2018-03-01 00:32:20 +09:00
parent 06f37f7a26
commit 020a99332b

View File

@@ -9,6 +9,10 @@ const TestStore = createStore({
ACTION_NAME: 'actionHandler'
},
statics: {
staticMethod() {}
},
initialize() { },
actionHandler() {