mirror of https://github.com/embarklabs/embark.git
9 lines
134 B
JavaScript
9 lines
134 B
JavaScript
|
import assert from 'assert';
|
||
|
|
||
|
describe('plugins/suggestions', () => {
|
||
|
|
||
|
it('should run test', () => {
|
||
|
assert.ok(true);
|
||
|
});
|
||
|
});
|