reload app_window on every code execution

This commit is contained in:
Dmitry Vasilev
2024-02-23 18:17:50 +08:00
parent cb115bf030
commit 8239e19c89
17 changed files with 437 additions and 350 deletions

View File

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