Skip to content

Commit

Permalink
test: clarify cases when netlify serve fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Dec 11, 2024
1 parent e08da71 commit a7fc410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tests/test.netlify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test("build", async ({ $ }) => {
});

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

0 comments on commit a7fc410

Please sign in to comment.