mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 22:04:06 -06:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
import { test as libTest } from "./lib.spec.js"
|
|
import { test } from "./test.js"
|
|
|
|
libTest(test)
|
|
test.run()
|