/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.3.1
test/test-runner/test-output-output-cli.mjs
10 строк
418 B
Joyee Cheung
test: put helper in test-runner-output into common
24 окт 2025, 12:12
Не верифицирован
24 окт 2025, 12:12
bfcf2f7
Код
Авторство
О чём код?
// Test that the output of test-runner/output/output_cli.js matches test-runner/output/output_cli.snapshot import '../common/index.mjs'; import * as fixtures from '../common/fixtures.mjs'; import { spawnAndAssert, defaultTransform, ensureCwdIsProjectRoot } from '../common/assertSnapshot.js'; ensureCwdIsProjectRoot(); await spawnAndAssert( fixtures.path('test-runner/output/output_cli.js'), defaultTransform, );