theatre/compat-tests/scripts/ci.mjs
2023-08-01 17:47:17 +02:00

5 lines
116 B
JavaScript

import {installTests} from './scripts.mjs'
;(async function runCI() {
await installTests()
process.exit(0)
})()