Normalise tests and introduce front end libs json

This commit is contained in:
Stuart Taylor
2018-04-11 14:40:43 +01:00
committed by Mrugesh Mohapatra
parent 93debd8892
commit 3550921b84
21 changed files with 11617 additions and 282 deletions

View File

@@ -1,4 +1,4 @@
export function createTypes(types, ns) {
export function createTypes(types = [], ns = 'annon') {
return types.reduce(
(types, action) => ({
...types,