Skip to content

Commit

Permalink
Update test/integration/fixtures/suite/suite-async-callback.fixture.js
Browse files Browse the repository at this point in the history
Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
  • Loading branch information
alcuadrado and fvictorio committed Jul 4, 2024
1 parent 9425614 commit ba71bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
'use strict';

describe('a suite without an async callback', async function () {});
describe('a suite with an async callback', async function () {});

0 comments on commit ba71bcb

Please sign in to comment.