We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c2d13 commit a876701Copy full SHA for a876701
test/unit/react.test.js
@@ -19,7 +19,8 @@ const ReactDOMServer = require('react-dom/server');
19
const handleError = require('../utils/handleError');
20
require('@babel/register');
21
22
-describe('react', () => {
+describe('react', function reactTest() {
23
+ this.timeout(10000);
24
it('should render some html', (done) => {
25
handleError(done, () => {
26
const index = require('../../views/index.jsx').default;
0 commit comments