Skip to content

add index.ts entry point to fix weird web error (#460) #1602

add index.ts entry point to fix weird web error (#460)

add index.ts entry point to fix weird web error (#460) #1602

Triggered via push November 5, 2024 06:49
Status Success
Total duration 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
src/menus/procedures/getMenu.test.ts > menu.get > should get today's brandywine lunch menu: packages/api/src/menus/services/menu.ts#L59
TRPCError: menu (brandywine, lunch, 11/5/2024) not found ❯ Module.getMenu src/menus/services/menu.ts:59:11 ❯ src/menus/procedures/getMenu.ts:19:18 ❯ resolveMiddleware ../../node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs:103:30 ❯ callRecursive ../../node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs:153:32 ❯ callRecursive ../../node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs:153:32 ❯ procedure ../../node_modules/@trpc/server/dist/unstable-core-do-not-import/procedureBuilder.mjs:183:24 ❯ ../../node_modules/@trpc/server/dist/unstable-core-do-not-import/router.mjs:111:28 ❯ src/menus/procedures/getMenu.test.ts:51:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'NOT_FOUND' }
test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/