We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bbd4d commit 6faab4cCopy full SHA for 6faab4c
modules/express/test/unit/typedRoutes/decode.ts
@@ -155,6 +155,7 @@ describe('io-ts decode tests', function () {
155
assertDecode(t.type(KeychainLocalRequestParams), {
156
coin: 'tbtc',
157
});
158
+ });
159
it('express.lightning.initWallet params', function () {
160
// missing walletId
161
assert.throws(() => assertDecode(t.type(LightningInitWalletParams), { coin: 'ltc' }));
0 commit comments