Skip to content

♻️ Update linter #2

♻️ Update linter

♻️ Update linter #2

Triggered via push December 5, 2024 21:51
Status Failure
Total duration 33s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
src/lib/getMeetupList.test.js > getMeetupList > should correctly parse json files in a directory: src/lib/getMeetupList.test.js#L26
TypeError: getJsonFilenames.mockReturnValue is not a function ❯ src/lib/getMeetupList.test.js:26:28
src/lib/getMeetupList.test.js > getMeetupList > should return an empty array for an empty directory: src/lib/getMeetupList.test.js#L42
TypeError: getJsonFilenames.mockReturnValue is not a function ❯ src/lib/getMeetupList.test.js:42:28
src/lib/getMeetupList.test.js > getMeetupList > should handle file read errors gracefully: src/lib/getMeetupList.test.js#L51
TypeError: getJsonFilenames.mockReturnValue is not a function ❯ src/lib/getMeetupList.test.js:51:28
src/lib/utils/getFileContent.test.js > getFileContent > should correctly read and return file content: src/lib/utils/getFileContent.test.js#L32
AssertionError: expected null to deeply equal '{"title":"Test 1"}' - Expected: "{\"title\":\"Test 1\"}" + Received: null ❯ src/lib/utils/getFileContent.test.js:32:20
linting
Process completed with exit code 1.
linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636