Skip to content

Commit a7fc410

Browse files
committed
test: clarify cases when netlify serve fails
1 parent e08da71 commit a7fc410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tests/test.netlify.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ test("build", async ({ $ }) => {
2828
});
2929

3030
// For some reason, `netlify serve` can't find our `build` script 🤷
31-
// This happens when running the template directly, not just in tests
31+
// This happens when running the template within this monorepo, not just in tests
32+
// It does not happen when the template is initialized via `pnpm create react-router --template`
3233
test.skip("build + start", async ({ page, edit, $ }) => {
3334
await edit("netlify.toml", (txt) =>
3435
txt

0 commit comments

Comments
 (0)