Skip to content

Commit 9f8e1e0

Browse files
Samuel  TranSamuel  Tran
authored andcommitted
Enabled ts no check on linkfiber.test.tsx
Has the same issue rendering class component App in typescript. working on resolving
1 parent dbc08a5 commit 9f8e1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/__tests__/linkFiber.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/* eslint-disable import/order */
77
/* eslint-disable import/no-extraneous-dependencies */
88
/* eslint-disable react/jsx-filename-extension */
9-
9+
//@ts-nocheck
1010
import React, { Component } from 'react';
1111
import { render } from 'react-dom';
1212
import linkFiberStart from '../linkFiber';

0 commit comments

Comments
 (0)