Skip to content

feat: Manifest v3 support, add communciation with JabRef via HTTP #18

feat: Manifest v3 support, add communciation with JabRef via HTTP

feat: Manifest v3 support, add communciation with JabRef via HTTP #18

Triggered via pull request March 13, 2026 21:57
Status Failure
Total duration 40s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test
Process completed with exit code 1.
tests/translator-import.test.mjs > Zotero translator > imports DOI Content Negotiation.js: tests/translator-import.test.mjs#L47
AssertionError: promise rejected "{ name: 'RollupError', …(4) }" instead of resolving ❯ tests/translator-import.test.mjs:47:38 Caused by: Caused by: RollupError: Parse failure: Legacy octal escape is not permitted in strict mode At file: /home/runner/work/JabRef-Browser-Extension/JabRef-Browser-Extension/translators/zotero/DOI Content Negotiation.js:76:48 File: /home/runner/work/JabRef-Browser-Extension/JabRef-Browser-Extension/translators/zotero/DOI Content Negotiation.js:76:48 74 | // Start 1 hour before (13:00 UTC) and end 2 hours after (17:00 UTC) 75 | // TEMP for May 22 outage 76 | let startDate = new Date(Date.UTC(2025, 4, 22, 00, 0, 0)); | ^ 77 | let endDate = new Date(Date.UTC(2025, 4, 24, 0, 0, 0)); 78 | ❯ getRollupError node_modules/rollup/dist/es/shared/parseAst.js:402:41 ❯ convertProgram node_modules/rollup/dist/es/shared/parseAst.js:1114:26 ❯ parseAstAsync node_modules/rollup/dist/es/shared/parseAst.js:2100:106 ❯ ssrTransformScript node_modules/vite/dist/node/chunks/config.js:15374:9 ❯ loadAndTransform node_modules/vite/dist/node/chunks/config.js:22701:64
tests/translator-import.test.mjs > Zotero translator > exports expected entry points for Bibliontology RDF.js: translators/zotero/Bibliontology RDF.js#L367
ReferenceError: Type is not defined ❯ translators/zotero/Bibliontology RDF.js:367:6 ❯ tests/translator-import.test.mjs:47:7
tests/translator-import.test.mjs > Zotero translator > imports Bibliontology RDF.js: tests/translator-import.test.mjs#L47
AssertionError: promise rejected "ReferenceError: Type is not defined" instead of resolving ❯ tests/translator-import.test.mjs:47:38 Caused by: Caused by: ReferenceError: Type is not defined ❯ translators/zotero/Bibliontology RDF.js:367:6 ❯ tests/translator-import.test.mjs:47:7
test
The `python-version` input is not set. The version of Python currently in `PATH` will be used.