Browse Source

feat(for-each): improve test

- make Array.prototype.map unavailable for solution
pull/2048/head
nprimo 12 months ago committed by Niccolò Primo
parent
commit
29f438e5a9
  1. 1
      js/tests/for-each_test.js

1
js/tests/for-each_test.js

@ -1,4 +1,5 @@
Array.prototype.forEach = undefined
Array.prototype.map = undefined
// /*/ // ⚡
export const tests = []
const t = f => tests.push(f)

Loading…
Cancel
Save