Skip to content

Commit

Permalink
Update packages/e2e-tests/specs/performance.test.js
Browse files Browse the repository at this point in the history
Co-Authored-By: youknowriad <benguella@gmail.com>
  • Loading branch information
aduth and youknowriad committed May 24, 2019
1 parent 4b682f5 commit a50569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/performance.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) );

Expand Down

0 comments on commit a50569a

Please sign in to comment.