Skip to content

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

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

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

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)