mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 06:14:06 -06:00
7 lines
108 B
JavaScript
7 lines
108 B
JavaScript
import { test as libTest } from "./lib.spec.js"
|
|
|
|
import { test } from "./test.js"
|
|
|
|
libTest(test)
|
|
test.run()
|