Skip to content

Commit 6cfa744

Browse files
committed
adjust test assertion for windows output
1 parent a52baa5 commit 6cfa744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/test/build-errors/prerender.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test('prerenderable routes must be prerendered', () => {
1111
stdio: 'pipe',
1212
timeout: 15000
1313
}),
14-
/The following routes were marked as prerenderable, but were not prerendered:\n - \[x\]/gs
14+
/The following routes were marked as prerenderable, but were not prerendered:\r?\n - \[x\]/gs
1515
);
1616
});
1717

0 commit comments

Comments
 (0)