Skip to content

Commit b01ebf0

Browse files
committed
fix for snapshots
1 parent c5471af commit b01ebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConfigTestCases.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ describe("ConfigTestCases", () => {
270270
if (exportedTests.length < filesCount)
271271
return done(new Error("No tests exported by test case"));
272272
if (testConfig.afterExecute) testConfig.afterExecute();
273-
const asyncSuite = describe("exported tests", () => {
273+
const asyncSuite = describe(`ConfigTestCases ${category.name} ${testName} exported tests`, () => {
274274
exportedBeforeEach.forEach(beforeEach);
275275
exportedAfterEach.forEach(afterEach);
276276
exportedTests.forEach(

0 commit comments

Comments
 (0)