diff --git a/test/index.js b/test/index.js new file mode 100644 index 0000000..302e838 --- /dev/null +++ b/test/index.js @@ -0,0 +1,3 @@ +import { it } from 'micro-should'; +import './hdkey.test.js'; +it.runWhen(import.meta.url);