Browse Source

Reference link returns 404

The reference links returns 404. There is nothing in wayback machine also about the reference link.

I propose if the proposal is rejected, find a working reference link to put.
pull/1858/head
sagarishere 1 year ago committed by Dav Hojt
parent
commit
bfdc6b86d9
  1. 1
      js/tests/test.mjs

1
js/tests/test.mjs

@ -11,7 +11,6 @@ global.window = global
global._fetch = fetch
global.fetch = url => {
// this is a fake implementation of fetch for the tester
// -> refer to https://devdocs.io/javascript/global_objects/fetch
const accessBody = async () => { throw Error('body unavailable') }
return {
ok: false,

Loading…
Cancel
Save