quartz/wallet/node_modules/@web-std/stream/test/all.spec.js
2022-03-04 20:05:23 +08:00

7 lines
108 B
JavaScript

import { test as libTest } from "./lib.spec.js"
import { test } from "./test.js"
libTest(test)
test.run()