#!/usr/bin/env node import { suite } from 'metaltest' const run = async () => { await suite(process.cwd()) } const [, , folder] = process.argv await run(folder)