/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
tests/utils/get-test-apps.js
12 строк
307 B
Ben Irvin
test: fix the cli import
18 ноя 2025, 18:58
18 ноя 2025, 18:58
5dbdc51
Код
Авторство
О чём код?
'use strict'; /** * Get test app paths from TEST_APPS environment variable * This is a simple utility that doesn't import any heavy dependencies, * making it safe to use in Jest test files. */ const getTestApps = () => { return process.env.TEST_APPS.split(','); }; module.exports = { getTestApps };