mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -08:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
import {tests} from './test.js'
|
|
|
|
// external
|
|
import {run} from './utils.js'
|
|
|
|
await run(tests)
|