/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/es-iterator-helpers/test/implementation.js
18 строк
388 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
'use strict'; var test = require('tape'); var forEach = require('for-each'); var shims = require('..'); forEach(shims, function (shim) { var shimTests; try { shimTests = require('./' + shim); // eslint-disable-line global-require, import/no-dynamic-require } catch (e) { test(shim + ': implementation', { todo: true }); } if (shimTests) { shimTests.implementation(); } });