blob: e31334ac52dd2b3a00d160458a664b9969b2fd63 [file] [edit]
// Test that the output of test-runner/output/eval_dot.js matches test-runner/output/eval_dot.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/eval_dot.js'),
specTransform,
);