Browse Source

DEV-4309 race bring issue from public (#1748)

* chore(test): restore test.mjs to how it was before

* chore(race_test): remove comments
DEV-4397-piscine-ai-missing-file-for-ex-7-of-nlp
eslopfer 1 year ago committed by GitHub
parent
commit
af780cabea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      js/tests/race_test.js

3
js/tests/race_test.js

@ -1,6 +1,3 @@
// @davhojt commented out Promise.race as a quick fix.
// @eslopfer is working on a fix on a fix on branch: DEV-4309-race-bring-issue-from-public
// Promise.race = undefined
// /*/ // ⚡
export const tests = []
const t = (f) => tests.push(f)

Loading…
Cancel
Save