/
buuded
/
app-web-project
Обзор
Документация
Войти
/
buuded
/
app-web-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/es-iterator-helpers/test/implementation.js
18 строк
362 B
buuded
first-commit
27 янв 2025, 10:32
27 янв 2025, 10:32
9efc400
Код
Авторство
О чём код?
'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 } catch (e) { test(shim + ': implementation', { todo: true }); } if (shimTests) { shimTests.implementation(); } });