feat(create-pages): api handling #7
Annotations
9 errors and 3 warnings
tests/create-pages.test.ts > createPages > fails if duplicated dynamic paths are registered:
packages/waku/tests/create-pages.test.ts#L908
AssertionError: expected [Function] to throw error including 'Duplicated dynamic path: /test' but got 'Duplicated path: /test'
Expected: "Duplicated dynamic path: /test"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:908:5
|
tests/create-pages.test.ts > createPages > fails if duplicated static paths are registered:
packages/waku/tests/create-pages.test.ts#L927
AssertionError: expected [Function] to throw error including 'Duplicated component for: test/page' but got 'Duplicated path: /test'
Expected: "Duplicated component for: test/page"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:927:5
|
Test on (Node 22.7.0)
Process completed with exit code 1.
|
tests/create-pages.test.ts > createPages > fails if duplicated dynamic paths are registered:
packages/waku/tests/create-pages.test.ts#L908
AssertionError: expected [Function] to throw error including 'Duplicated dynamic path: /test' but got 'Duplicated path: /test'
Expected: "Duplicated dynamic path: /test"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:908:5
|
tests/create-pages.test.ts > createPages > fails if duplicated static paths are registered:
packages/waku/tests/create-pages.test.ts#L927
AssertionError: expected [Function] to throw error including 'Duplicated component for: test/page' but got 'Duplicated path: /test'
Expected: "Duplicated component for: test/page"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:927:5
|
Test on (Node 18.17.0)
Process completed with exit code 1.
|
tests/create-pages.test.ts > createPages > fails if duplicated dynamic paths are registered:
packages/waku/tests/create-pages.test.ts#L908
AssertionError: expected [Function] to throw error including 'Duplicated dynamic path: /test' but got 'Duplicated path: /test'
Expected: "Duplicated dynamic path: /test"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:908:5
|
tests/create-pages.test.ts > createPages > fails if duplicated static paths are registered:
packages/waku/tests/create-pages.test.ts#L927
AssertionError: expected [Function] to throw error including 'Duplicated component for: test/page' but got 'Duplicated path: /test'
Expected: "Duplicated component for: test/page"
Received: "Duplicated path: /test"
❯ tests/create-pages.test.ts:927:5
|
Test on (Node 20.8.0)
Process completed with exit code 1.
|
Test on (Node 22.7.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on (Node 18.17.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on (Node 20.8.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|