Skip to content

Stabilize future flags #2347

Stabilize future flags

Stabilize future flags #2347

Triggered via pull request October 7, 2024 19:35
Status Failure
Total duration 11m 35s
Artifacts

test-pr-ubuntu.yml

on: pull_request
⚙️ Build  /  build
59s
⚙️ Build / build
Matrix: 👀 Integration Test / integration
Matrix: 🧪 Unit Test / test
Fit to window
Zoom out
Zoom in

Annotations

2 errors
readConfig › generates a config: packages/remix-dev/__tests__/readConfig-test.ts#L15
expect(received).toMatchInlineSnapshot(properties, snapshot) Snapshot name: `readConfig generates a config 1` - Snapshot - 2 + Received + 2 @@ -7,15 +7,15 @@ "entryClientFile": "entry.client.tsx", "entryClientFilePath": Any<String>, "entryServerFile": "entry.server.tsx", "entryServerFilePath": Any<String>, "future": { - "v3_lazyRouteDiscovery": false, "unstable_optimizeDeps": false, - "v3_singleFetch": false, "v3_fetcherPersist": false, + "v3_lazyRouteDiscovery": false, "v3_relativeSplatPath": false, + "v3_singleFetch": false, "v3_throwAbortReason": false, }, "mdx": undefined, "postcss": true, "publicPath": "/build/", at Object.toMatchInlineSnapshot (__tests__/readConfig-test.ts:15:20)
🧪 Unit Test / ubuntu-latest / node@20
Process completed with exit code 1.