@polkadot/util-keyring
Version:
12 lines (10 loc) • 335 B
JavaScript
// Copyright 2017-2018 @polkadot/util-keyring authors & contributors
// This software may be modified and distributed under the terms
// of the ISC license. See the LICENSE file for details.
describe('testing', () => {
it('creates without failing', () => {
expect(
require('./testingPairs')
).toBeDefined();
});
});