Testing ended
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user