test: fix tests #22
nodejs.yml
on: push
nodejs
/
prepare
3s
nodejs
/
lint-eslint
30s
nodejs
/
lint-prettier
23s
nodejs
/
lint-check-types
25s
Matrix: nodejs / test
Annotations
2 errors and 4 warnings
src/__tests__/Zenodo.test.ts > authenticate:
src/ZenodoFile.ts#L36
Error: Failed to fetch https://sandbox.zenodo.org/api/records/171246/draft/files/example.txt/content
❯ ZenodoFile.getContentResponse src/ZenodoFile.ts:36:13
❯ src/__tests__/Zenodo.test.ts:72:19
|
nodejs / test (20)
Process completed with exit code 1.
|
nodejs / lint-eslint:
src/__tests__/getConfig.ts#L5
Missing JSDoc comment
|
nodejs / lint-eslint:
src/depositions/Deposition.ts#L68
Missing JSDoc @param "metadata" description
|
nodejs / lint-eslint:
src/depositions/Deposition.ts#L69
Missing JSDoc @returns description
|
nodejs / lint-eslint:
src/fetchZenodo.ts#L13
Missing JSDoc comment
|