mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Add the tools for packaging npm
This commit is contained in:
@@ -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(": ", ":"),
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user