/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/scripts/run-cli-tests.js
8 строк
320 B
HichamELBSI
chore: remove unused media lib files
22 дек 2025, 12:46
22 дек 2025, 12:46
115aba1
Код
Авторство
О чём код?
'use strict'; // Thin wrapper that calls the unified test runner with type=cli // Inject --type cli before the rest of the arguments const args = process.argv.slice(2); process.argv = [process.argv[0], process.argv[1], '--type', 'cli', ...args]; // eslint-disable-next-line import/extensions require('./run-tests.js');