World reducer test

This commit is contained in:
Federico Kereki
2018-08-15 23:18:06 -03:00
parent fbcbab908d
commit 547dc9eb3c
@@ -71,6 +71,7 @@ describe("The countries and regions reducer", () => {
regions: []
};
const initialJSON = JSON.stringify(initialState);
expect(
JSON.stringify(reducer(initialState, { actionType: "other" }))
).toBe(initialJSON);