fix self hosted tests

This commit is contained in:
Dmitry Vasilev
2022-12-19 15:46:13 +08:00
parent d43c4ee71c
commit 88295a526a
5 changed files with 105 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
import {tests} from './test.js'
import {run} from './utils.js'
run(tests)
await run(tests)