Fix unit tests #7460
ci.yml
on: push
Check (format, lint, typecheck)
35s
Unit tests
19s
End-to-end tests
2m 0s
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#L328
AssertionError: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
[
'/',
'/about',
'/admin/post/:slug',
'/admin/posts',
...
'/partials/form',
+ '/partials/kept-a',
+ '/partials/kept-b',
'/partials/time'
]
- Expected
+ Received
@@ -7,7 +7,9 @@
"/blog",
"/blog/:slug",
"/partials",
"/partials/about",
"/partials/form",
+ "/partials/kept-a",
+ "/partials/kept-b",
"/partials/time",
]
❯ src/build/fs-routes.test.ts:328:10
|
|
🎭 Playwright Run Summary
192 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
291 KB |
sha256:546a66fd679eeda228e718792a829baa9ceaed670405ca64a7db554ba572311e
|
|