PHP WebShell

Текущая директория: /opt/BitGoJS/modules/account-lib/test/unit

Просмотр файла: index.ts

import assert from 'assert';
import { getBuilder } from '../../src';

describe('Coin factory', () => {
  it('should fail to instantiate an unsupported coin', () => {
    assert.throws(() => getBuilder('fakeUnsupported'));
  });
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!