UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

9 lines (7 loc) 208 B
import plugin from '../src'; describe('plugin-static-hosting', () => { it('default', () => { expect(plugin).toBeDefined(); expect(plugin().name).toBe('@modern-js/plugin-static-hosting'); }); });