Skip to content

chore(deps): bundle-analyzerのインストール #51

chore(deps): bundle-analyzerのインストール

chore(deps): bundle-analyzerのインストール #51

Triggered via pull request December 14, 2024 23:17
Status Failure
Total duration 35s
Artifacts

test.yml

on: pull_request
npm run test
26s
npm run test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test/api/notify/newcomer.test.ts > POST /api/v1/notify/newcomer > 正常なリクエストを処理できる: test/api/notify/newcomer.test.ts#L26
AssertionError: expected 500 to be 200 // Object.is equality - Expected + Received - 200 + 500 ❯ test test/api/notify/newcomer.test.ts:26:33 ❯ Proxy.testApiHandler node_modules/next-test-api-route-handler/dist/src/index.js:134:5 ❯ test/api/notify/newcomer.test.ts:18:5
test/api/notify/newcomer.test.ts > POST /api/v1/notify/newcomer > 不正なメールアドレスの場合エラーを返す: test/api/notify/newcomer.test.ts#L51
AssertionError: expected 500 to be 400 // Object.is equality - Expected + Received - 400 + 500 ❯ test test/api/notify/newcomer.test.ts:51:33 ❯ Proxy.testApiHandler node_modules/next-test-api-route-handler/dist/src/index.js:134:5 ❯ test/api/notify/newcomer.test.ts:43:5
test/api/notify/newcomer.test.ts > POST /api/v1/notify/newcomer > 学籍番号が必要な場合にエラーを返す: test/api/notify/newcomer.test.ts#L75
AssertionError: expected 500 to be 400 // Object.is equality - Expected + Received - 400 + 500 ❯ test test/api/notify/newcomer.test.ts:75:33 ❯ Proxy.testApiHandler node_modules/next-test-api-route-handler/dist/src/index.js:134:5 ❯ test/api/notify/newcomer.test.ts:67:5
npm run test
Process completed with exit code 1.
npm run test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636