Skip to content

Commit 0caca9c

Browse files
test(module-catalogue-output): expect issuesJsonPath in outputPaths
1 parent 1de3383 commit 0caca9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/shared/__tests__/module-catalogue-output.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ test("writePublishedCatalogueOutputs writes outputs and reports changed modules"
7676
equal(result.changeSummary.unchangedCount, 0);
7777

7878
deepEqual(result.outputPaths, {
79+
issuesJsonPath: result.issuesJsonPath,
7980
modulesJsonPath: result.modulesJsonPath,
8081
modulesMinPath: result.modulesMinPath,
8182
statsPath: result.statsPath

0 commit comments

Comments
 (0)