UNPKG

create-managed-component

Version:
12 lines (9 loc) 189 B
import crypto from 'crypto' beforeAll(() => { vi.stubGlobal('crypto', crypto) }) describe('{{ namespace }}', () => { it('example test', () => { expect(true).toEqual(true) }) })