Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
leoortizz committed Apr 26, 2024
1 parent e7785c0 commit 0126c96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/webframeworks-deploy-tests/tests.ts
Expand Up @@ -484,6 +484,13 @@ describe("webframeworks", function (this) {
];

expect(unmatchedFiles, "matchedFiles").to.eql([]);
console.log({
files,
EXPECTED_FILES: EXPECTED_FILES.filter((it) => !files.includes(it)),
EXPECTED_PATTERNS: EXPECTED_PATTERNS.filter(
(it) => !files.some((file) => !!file.match(it)),
),
});
expect(unmatchedExpectations, "unmatchedExpectations").to.eql([]);
});
});
Expand Down

0 comments on commit 0126c96

Please sign in to comment.