#!/usr/bin/env node import "./test_tests.js"; import { run, StreamReporter } from "./test.js"; run(new StreamReporter({ writeln: console.log }));