mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 06:44:37 +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);
|
|
});
|
|
});
|