File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change
1
+ __tests__
Original file line number Diff line number Diff line change @@ -145,12 +145,11 @@ module.exports = (snap, mode) => {
145
145
} ) ;
146
146
// Testing sending back a function def to client
147
147
// function getNextImport(filePath) {
148
- // return loadable(() => import(`${filePath}`))
149
- // Got relative file path to return back to client code
150
- // return (`myTestString${filePath}`);
151
- }
148
+ // return loadable(() => import(`${filePath}`))
149
+ // Got relative file path to return back to client code
150
+ // return (`myTestString${filePath}`);
152
151
// return getNextImport('./UseStateHook');
153
152
// return 'Testing outside';
154
- } ;
155
- } ;
156
- // const OtherComponent = loadable(() => import('./OtherComponent'))
153
+ // const OtherComponent = loadable(() => import('./OtherComponent'))
154
+ }
155
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " reactime" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"description" : " A library that helps debug React by memorizing the state of components with every render." ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
16
16
},
17
17
"keywords" : [
18
18
" react" ,
19
- " time" ,
20
- " time travel" ,
19
+ " state" ,
20
+ " useState" ,
21
+ " setState" ,
22
+ " debug" ,
21
23
" reactime" ,
22
24
" react devtool"
23
25
],
You can’t perform that action at this time.
0 commit comments