Testing ended

This commit is contained in:
Federico Kereki
2018-08-18 20:16:54 -03:00
parent 64000c6b17
commit beadb268e1
6 changed files with 8 additions and 0 deletions
@@ -1,3 +1,5 @@
/* @flow */
import React from "react";
import TestRenderer from "react-test-renderer";
@@ -2,6 +2,7 @@
import React from "react";
import Enzyme from "enzyme";
import Adapter from "enzyme-adapter-react-16";
import { CountrySelect } from "./countrySelect.component";
@@ -1,6 +1,7 @@
/* @flow */
import Enzyme from "enzyme/build";
import Adapter from "enzyme-adapter-react-16/build";
import { getProps } from "./regionsTable.connected.js";
@@ -1,3 +1,5 @@
/* @flow */
import React from "react";
import TestRenderer from "react-test-renderer";
@@ -1,6 +1,7 @@
/* @flow */
import configureMockStore from "redux-mock-store";
import thunk from "redux-thunk";
import {
@@ -1,6 +1,7 @@
/* @flow */
import { reducer } from "./world.reducer.js";
import { countriesRequest, regionsSuccess } from "./world.actions.js";
describe("The countries and regions reducer", () => {