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