Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix test
Browse files Browse the repository at this point in the history
FredKSchott committed Jul 25, 2022
1 parent b4ec13e commit 3d179ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/static-build.test.js
Original file line number Diff line number Diff line change
@@ -176,7 +176,7 @@ describe('Static build', () => {
for (const log of logs) {
if (
log.type === 'ssg' &&
/[hH]eaders are not exposed in static-site generation/.test(log.args[0])
/[hH]eaders are not exposed in static \(SSG\) output mode/.test(log.args[0])
) {
found = true;
}

0 comments on commit 3d179ab

Please sign in to comment.