mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 14:24:24 +00:00
183d9a05b5
* build(@embark/stack/blockchain-client): remove unneeded typescript related scripts and deps In addition to being unneeded their presence is causing build errors. * build(embark): remove unneeded typescript related scripts and deps In addition to being unneeded their presence is causing build errors. * build(@embark/plugins/ethereum-blockchain-client): remove unneeded typescript related scripts, deps In addition to being unneeded their presence is causing build errors. * build(@embark/plugins/ganache): remove unneeded typescript related scripts and deps In addition to being unneeded their presence is causing build errors. * build(@embark/plugins/geth): remove unneeded typescript related scripts and deps In addition to being unneeded their presence is causing build errors. * fix(@embark/plugins/transaction-logger): require 'web3' not 'Web3' * fix(@embark/utils/solo): spawn npm(.cmd) instead of npx(.cmd) * test(@embark/plugins/basic-pipeline): add test stub * test(@embark/stack/blockchain): add test stub
8 lines
164 B
JavaScript
8 lines
164 B
JavaScript
import Blockchain from '../src/index';
|
|
|
|
describe('needs tests', () => {
|
|
it('should have tests, please write them', () => {
|
|
expect(true).toBe(true);
|
|
});
|
|
});
|