fix: handle path negations when scanning public assets #5139
Annotations
4 errors
test/presets/cloudflare-pages.test.ts > nitro:preset:cloudflare-pages > should generate a _routes.json:
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
|
ci (ubuntu-latest)
Process completed with exit code 1.
|
ci (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
ci (windows-latest)
The operation was canceled.
|