Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump rollup from 4.11.0 to 4.22.4 #297

Open
wants to merge 1 commit into
base: rc
Choose a base branch
from

chore(deps-dev): bump rollup from 4.11.0 to 4.22.4

ae2df13
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

chore(deps-dev): bump rollup from 4.11.0 to 4.22.4 #297

chore(deps-dev): bump rollup from 4.11.0 to 4.22.4
ae2df13
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests annotations (🧪 jest-coverage-report-action) failed Oct 4, 2024 in 0s

Test suite run failed

Failed tests: 1/170. Failed suites: 1/18.

Details

Created failed tests' annotations. To disable them, see documentation.

  ● Result Endpoint › Call without suffix

    thrown: "Exceeded timeout of 5000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      135 |   })
      136 |
    > 137 |   test('Call without suffix', async () => {
          |   ^
      138 |     const event = mockEvent(mockRequest('/behavior/result'))
      139 |     await handler(event)
      140 |     expect(handleResult).toHaveBeenCalledTimes(1)

      at proxy/test/handlers/handleResult.test.ts:137:3
      at Object.<anonymous> (proxy/test/handlers/handleResult.test.ts:15:1)