/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/es-module/testcfg.py
6 строк
200 B
Michaël Zasso
test: run ESM tests in parallel
04 авг 2018, 19:14
Не верифицирован
04 авг 2018, 19:14
34fb560
Код
Авторство
О чём код?
import sys, os sys.path.append(os.path.join(os.path.dirname(__file__), '..')) import testpy def GetConfiguration(context, root): return testpy.ParallelTestConfiguration(context, root, 'es-module')