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

6 lines
107 B
JavaScript

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