Normalise tests and introduce front end libs json
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
93debd8892
commit
3550921b84
@@ -1,4 +1,4 @@
|
||||
export function createTypes(types, ns) {
|
||||
export function createTypes(types = [], ns = 'annon') {
|
||||
return types.reduce(
|
||||
(types, action) => ({
|
||||
...types,
|
||||
|
Reference in New Issue
Block a user