diff --git a/packages/e2e-tests/specs/performance.test.js b/packages/e2e-tests/specs/performance.test.js index 2c93b80a5226c7..4b9cd3c9033e20 100644 --- a/packages/e2e-tests/specs/performance.test.js +++ b/packages/e2e-tests/specs/performance.test.js @@ -17,7 +17,7 @@ function readFile( filePath ) { return existsSync( filePath ) ? readFileSync( filePath, 'utf8' ).trim() : ''; } -describe( 'Performance', async () => { +describe( 'Performance', () => { it( '1000 paragraphs', async () => { const html = readFile( join( __dirname, '../assets/neuralink.html' ) );