UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

12 lines (8 loc) 197 B
'use strict' const assert = require('chai').assert const ilpCore = require('..') describe('ilpCore', function () { it('should be an object', function () { assert.isObject(ilpCore) }) })