/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v26.2.0
test/test-runner/test-output-skip-pattern.mjs
11 строк
462 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/skip_pattern.js matches test-runner/output/skip_pattern.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/skip_pattern.js'), defaultTransform, { flags: ['--test-reporter=tap'] }, );