We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935b1ee commit bf0f8adCopy full SHA for bf0f8ad
packages/wasm-miniscript/test/test.ts
@@ -18,6 +18,7 @@ function removeChecksum(descriptor: string): string {
18
}
19
20
describe("Descriptor fixtures", function () {
21
+
22
fixtures.valid.forEach((fixture, i) => {
23
it("should parse fixture " + i, function () {
24
const descriptor = descriptorFromString(fixture.descriptor, "string");
@@ -48,4 +49,5 @@ describe("Descriptor fixtures", function () {
48
49
50
});
51
52
53
0 commit comments