chore: Add the tools for packaging npm

This commit is contained in:
BluJ
2023-02-16 14:08:53 -07:00
parent 93e27d8bf4
commit df89119193
17 changed files with 477 additions and 209 deletions

View File

@@ -24,8 +24,8 @@ test("Pointer", () => {
"package-id": "bitcoind",
interface: "peer",
warning: null,
})
)
}),
),
).build();
expect(JSON.stringify(bitcoinPropertiesBuilt)).toEqual(
/*json*/ `{
@@ -41,6 +41,6 @@ test("Pointer", () => {
}}`
.replaceAll("\n", " ")
.replaceAll(/\s{2,}/g, "")
.replaceAll(": ", ":")
.replaceAll(": ", ":"),
);
});