2
0
mirror of https://github.com/embarklabs/embark.git synced 2025-03-02 22:30:45 +00:00

6 lines
111 B
JavaScript

describe('plugins/suggestions', () => {
it('should run test', () => {
expect(true).toBe(true);
});
});