blob: efaef28ed0f0a99b94d123a8cebd184517b629f3 [file] [edit]
// Test that the output of test-runner/output/name_pattern.js matches test-runner/output/name_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/name_pattern.js'),
defaultTransform,
{ flags: ['--test-reporter=tap'] },
);