Skip to content

Commit 7245cd5

Browse files
committed
more async suite fixes
1 parent aa582d0 commit 7245cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WatchTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe("WatchTestCases", () => {
327327
};
328328

329329
// Run the tests
330-
const asyncSuite = describe(`step ${run.name}`, () => {
330+
const asyncSuite = describe(`WatchTestCases ${category.name} ${testName} step ${run.name}`, () => {
331331
exportedTests.forEach(
332332
({ title, fn, timeout }) =>
333333
fn

0 commit comments

Comments
 (0)