/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/test-runner/test-output-randomize-output-cli.mjs
11 строк
445 B
Pietro Marchini
test_runner: support test order randomization
05 май 2026, 17:19
Не верифицирован
05 май 2026, 17:19
a21ae17
Код
Авторство
О чём код?
// Test that the output of test-runner/output/randomize_output_cli.js matches // test-runner/output/randomize_output_cli.snapshot import '../common/index.mjs'; import * as fixtures from '../common/fixtures.mjs'; import { spawnAndAssert, specTransform, ensureCwdIsProjectRoot } from '../common/assertSnapshot.js'; ensureCwdIsProjectRoot(); await spawnAndAssert( fixtures.path('test-runner/output/randomize_output_cli.js'), specTransform, );