Skip to content

Commit bf0f8ad

Browse files
committed
test: dummy commit to check CI
BTC-1335
1 parent 935b1ee commit bf0f8ad

File tree

1 file changed

+2
-0
lines changed
  • packages/wasm-miniscript/test

1 file changed

+2
-0
lines changed

packages/wasm-miniscript/test/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ function removeChecksum(descriptor: string): string {
1818
}
1919

2020
describe("Descriptor fixtures", function () {
21+
2122
fixtures.valid.forEach((fixture, i) => {
2223
it("should parse fixture " + i, function () {
2324
const descriptor = descriptorFromString(fixture.descriptor, "string");
@@ -48,4 +49,5 @@ describe("Descriptor fixtures", function () {
4849
}
4950
});
5051
});
52+
5153
});

0 commit comments

Comments
 (0)