Format all the old docs #7459
ci.yml
on: push
Check (format, lint, typecheck)
34s
Unit tests
28s
End-to-end tests
2m 21s
Publish unreleased package versions
Annotations
2 errors and 1 notice
|
Unit tests
Process completed with exit code 1.
|
|
[unit] src/build/fs-routes.test.ts > matches the on-disk example/ project:
src/build/fs-routes.test.ts#L320
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
[
{
path: 'example/islands/Clicks.tsx'
},
{
...
{
+ path: 'example/islands/KeptCounter.tsx'
+ },
+ {
path: 'example/islands/Wrapper.tsx'
}
]
- Expected
+ Received
@@ -7,8 +7,11 @@
},
{
"path": "example/islands/double.tsx",
},
{
+ "path": "example/islands/KeptCounter.tsx",
+ },
+ {
"path": "example/islands/Wrapper.tsx",
},
]
❯ src/build/fs-routes.test.ts:320:10
|
|
🎭 Playwright Run Summary
192 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
291 KB |
sha256:90ff0c33f8f625914f117027786f64e94323c182028cb2f5be17dca63ee18dec
|
|