import assert from 'assert'; describe('plugins/suggestions', () => { it('should run test', () => { assert.ok(true); }); });