Skip to content

Commit c9b5370

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Testing phase project. Plus ts-nocheck with puppeteer function needs correction
1 parent ffccbb6 commit c9b5370

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

src/backend/__tests__/linkFiber.test.tsx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,15 @@ let snapShot;
2424

2525
let browser;
2626
let page;
27-
interface Component {
28-
render(): any;
29-
context: any;
30-
setState: any;
31-
forceUpdate: any;
32-
props: any;
33-
state: any;
34-
refs: any;
35-
}
36-
27+
// interface Component {
28+
// render(): any;
29+
// context: any;
30+
// setState: any;
31+
// forceUpdate: any;
32+
// props: any;
33+
// state: any;
34+
// refs: any;
35+
// }
3736

3837
class App extends Component{
3938
state: { foo: string; };
@@ -106,4 +105,4 @@ xdescribe('unit test for linkFiber', () => {
106105
});
107106
});
108107

109-
SERVER.close();
108+
SERVER.close();

0 commit comments

Comments
 (0)