mirror of https://github.com/embarklabs/embark.git
8 lines
167 B
JavaScript
8 lines
167 B
JavaScript
|
import BasicPipeline from '../src/index';
|
||
|
|
||
|
describe('needs tests', () => {
|
||
|
it('should have tests, please write them', () => {
|
||
|
expect(true).toBe(true);
|
||
|
});
|
||
|
});
|