UNPKG

piral

Version:

The all-in-one piral package.

7 lines (5 loc) 173 B
import { describe, it } from 'vitest'; import { runInstance } from './run'; describe('Piral run module', () => { it('runInstance renders the application', () => {}); });