Skip to content

feature: move (initial) serving of cached route to event handler #126

feature: move (initial) serving of cached route to event handler

feature: move (initial) serving of cached route to event handler #126

Triggered via pull request August 25, 2024 10:51
Status Failure
Total duration 2m 56s
Artifacts

test.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test/server/plugin/hooks/onRequest.nuxt.spec.ts > onRequest nitro hook handler > Gets a route from cache.: test/server/plugin/hooks/onRequest.nuxt.spec.ts#L168
AssertionError: expected null to be truthy - Expected: null + Received: false ❯ test/server/plugin/hooks/onRequest.nuxt.spec.ts:168:5
test/server/plugin/hooks/onRequest.nuxt.spec.ts > onRequest nitro hook handler > Respects max age of a cached route: test/server/plugin/hooks/onRequest.nuxt.spec.ts#L239
AssertionError: expected null to be truthy - Expected: null + Received: false ❯ test/server/plugin/hooks/onRequest.nuxt.spec.ts:239:5
test/server/plugin/hooks/onRequest.nuxt.spec.ts > onRequest nitro hook handler > Catches errors happening when loading item from cache.: test/server/plugin/hooks/onRequest.nuxt.spec.ts#L269
AssertionError: expected "debug" to be called with arguments: [ 'Failed to get item from cache.' ] Received: Number of calls: 0 ❯ test/server/plugin/hooks/onRequest.nuxt.spec.ts:269:5
build (19.x)
Process completed with exit code 1.