fix flow check

This commit is contained in:
Sebastian Sdorra
2018-08-30 11:40:53 +02:00
parent 55cb86084a
commit ec158e3d4d
12 changed files with 20 additions and 18 deletions

View File

@@ -206,6 +206,7 @@ describe("config reducer", () => {
});
it("should return empty arrays for null values", () => {
// $FlowFixMe
const config = reducer({}, fetchConfigSuccess(configWithNullValues))
.entries;
expect(config.adminUsers).toEqual([]);