Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ghostfolio/src/commit/ee9a5218136047fef4b3d2923406f1bfc719336c/jest.preset.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
ghostfolio/jest.preset.js

4 lines
82 B

const nxPreset = require('@nrwl/jest/preset');
module.exports = { ...nxPreset };