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