Skip to content

Commit

Permalink
test: dummy commit to check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rushilbg committed Jul 23, 2024
1 parent 935b1ee commit bf0f8ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/wasm-miniscript/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ function removeChecksum(descriptor: string): string {
}

describe("Descriptor fixtures", function () {

fixtures.valid.forEach((fixture, i) => {
it("should parse fixture " + i, function () {
const descriptor = descriptorFromString(fixture.descriptor, "string");
Expand Down Expand Up @@ -48,4 +49,5 @@ describe("Descriptor fixtures", function () {
}
});
});

});

0 comments on commit bf0f8ad

Please sign in to comment.