import plugin from '../src'; describe('plugin-cdn-oss', () => { it('default', () => { expect(plugin).toBeDefined(); }); });