Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit c910cec

Browse files
committed
Fixed IntelliJ issue
1 parent 95b524b commit c910cec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"license": "ISC",
1919
"devDependencies": {
2020
"@types/enzyme": "^2.7.7",
21+
"@types/jest": "19.2.2",
2122
"@types/react": "^15.0.21",
2223
"@types/react-addons-test-utils": "0.14.18",
2324
"@types/react-dom": "^15.5.0",

src/Hello/__test__/hello.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import Counter from "../containers/Counter";
1010
import {IRootState} from "../../rootReducer";
1111
import {incrementAction, decrementAction} from "../actions";
1212

13-
1413
describe("Hello Component", () => {
1514
let helloComponent: ShallowWrapper<Hello, any>;
1615
let props: HelloProps;

0 commit comments

Comments
 (0)