File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,18 @@ import { createStore } from "redux";
33import { Provider } from "react-redux" ;
44import format from "date-fns/format" ;
55import uuid from "uuid/v4" ;
6- import { render , screen , fireEvent } from "@testing-library/react" ;
6+ import {
7+ render ,
8+ screen ,
9+ fireEvent ,
10+ getAllByAltText ,
11+ queryAllByRole ,
12+ } from "@testing-library/react" ;
713import HistoryContainer from "../src/client/components/containers/HistoryContainer" ;
814import * as actions from "../src/client/actions/actions.js" ;
915import reducers from "../src/client/reducers/index.js" ;
1016import "@testing-library/jest-dom/extend-expect" ;
1117// import store from "../src/client/store";
12- import { getAllByAltText , queryAllByRole } from "@testing-library/react" ;
1318
1419//generate date for today
1520let today = new Date ( ) ;
You can’t perform that action at this time.
0 commit comments