Skip to content

Commit a41f3d2

Browse files
committed
Move tests into src
1 parent e61c874 commit a41f3d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { InitialState } from "../src/types";
2-
import getInitialState from "../src/utils/getInitialState";
1+
import { InitialState } from "../types";
2+
import getInitialState from "../utils/getInitialState";
33

44
describe("getInitialState", () => {
55
it("should return correct initial state", () => {
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { InitialState, InitialStateKeys } from "../src/types";
2-
import useNetworkRequest from "../src/useNetworkRequest";
3-
import getInitialState from "../src/utils/getInitialState";
1+
import { InitialState, InitialStateKeys } from "../types";
2+
import useNetworkRequest from "../useNetworkRequest";
3+
import getInitialState from "../utils/getInitialState";
44

55
jest.setTimeout(30000);
66
describe("useNetworkRequest", () => {

0 commit comments

Comments
 (0)