embark/packages/stack/blockchain/test/index.js

8 lines
164 B
JavaScript

import Blockchain from '../src/index';
describe('needs tests', () => {
it('should have tests, please write them', () => {
expect(true).toBe(true);
});
});