We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b0feb commit f22bd6aCopy full SHA for f22bd6a
test/index.js
@@ -0,0 +1,3 @@
1
+import { it } from 'micro-should';
2
+import './hdkey.test.js';
3
+it.runWhen(import.meta.url);
0 commit comments