File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44describe ( "getInitialState" , ( ) => {
55 it ( "should return correct initial state" , ( ) => {
Original file line number Diff line number Diff line change 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
55jest . setTimeout ( 30000 ) ;
66describe ( "useNetworkRequest" , ( ) => {
You can’t perform that action at this time.
0 commit comments