UNPKG

piral

Version:

The all-in-one piral package.

7 lines (5 loc) 200 B
import { describe, it } from 'vitest'; import { getAppInstance } from './app'; describe('Piral app module', () => { it('getAppInstance creates a new React child and Piral instance', () => {}); });