We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b9d08 commit 1e35cdaCopy full SHA for 1e35cda
packages/vite-plugin/src/main.test.ts
@@ -424,8 +424,7 @@ defined on your team and site and much more. Run npx netlify init to get started
424
expect(await page.goto(`${url}/contact/e-mail`).then((r) => r?.text())).toContain(
425
'Hello from the redirect target',
426
)
427
- // FIXME(serhalp): This regressed in https://github.com/netlify/primitives/pull/248. Reimplement.
428
- // expect(await page.goto(`${url}/beta/pricing`).then((r) => r?.text())).toContain('Hello from the rewrite target')
+ expect(await page.goto(`${url}/beta/pricing`).then((r) => r?.text())).toContain('Hello from the rewrite target')
429
430
await server.close()
431
await fixture.destroy()
0 commit comments