Stabilize future flags #1563
Triggered via pull request
October 7, 2024 19:35
Status
Cancelled
Total duration
16m 52s
Artifacts
–
test-pr-windows-macos.yml
on: pull_request
Matrix: 👀 Integration Test / integration
Matrix: 👀 Integration Test / integration
Matrix: 👀 Integration Test / integration
Matrix: 🧪 Unit Test / test
Annotations
6 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 / windows-latest / node@20
Process completed with exit code 1.
|
👀 Integration Test / windows-latest / node@20 / msedge
Canceling since a higher priority waiting request for 'PR (Full)-refs/pull/10072/merge' exists
|
👀 Integration Test / windows-latest / node@20 / msedge
The operation was canceled.
|
👀 Integration Test / macos-latest / node@20 / webkit
Canceling since a higher priority waiting request for 'PR (Full)-refs/pull/10072/merge' exists
|
👀 Integration Test / macos-latest / node@20 / webkit
The operation was canceled.
|