fix: handle path negations when scanning public assets #5139
Annotations
2 errors
Run pnpm vitest-es --coverage:
test/presets/cloudflare-pages.test.ts#L38
Error: Snapshot `nitro:preset:cloudflare-pages > should generate a _routes.json 1` mismatched
- Expected
+ Received
@@ -1,9 +1,10 @@
{
"exclude": [
"/blog/static/*",
"/build/*",
+ "/_unignored.txt",
"/favicon.ico",
"/json-string",
"/api/hello",
"/prerender/index.html",
"/prerender/index.html.br",
❯ test/presets/cloudflare-pages.test.ts:38:20
|
Run pnpm vitest-es --coverage
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading