Skip to content

Commit 3d179ab

Browse files
committed
fix test
1 parent b4ec13e commit 3d179ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/astro/test/static-build.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('Static build', () => {
176176
for (const log of logs) {
177177
if (
178178
log.type === 'ssg' &&
179-
/[hH]eaders are not exposed in static-site generation/.test(log.args[0])
179+
/[hH]eaders are not exposed in static \(SSG\) output mode/.test(log.args[0])
180180
) {
181181
found = true;
182182
}

0 commit comments

Comments
 (0)