feat(for-each): improve test

- make Array.prototype.map unavailable for solution
This commit is contained in:
nprimo 2023-06-01 10:56:29 +01:00 committed by Niccolò Primo
parent 029fcd4a02
commit 29f438e5a9
1 changed files with 1 additions and 0 deletions

View File

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