eng/scripts/regression-test.js (
6
lines of code) (
raw
):
import { run } from './helper.js' function main () { process.chdir("regression") run("npm",["run","test"]) } main()