This commit is contained in:
Overtorment 2018-09-15 20:22:34 +01:00
parent 4384d3f4bc
commit e70e51bc9f

View File

@ -3,7 +3,7 @@ import Frisbee from 'frisbee';
import { LightningCustodianWallet } from './class';
let assert = require('assert');
describe('LightningCustodianWallet', () => {
describe.skip('LightningCustodianWallet', () => {
let l1 = new LightningCustodianWallet();
it.skip('can issue wallet credentials', async () => {