import { describe, it } from 'vitest'; import { runInstance } from './run'; describe('Piral run module', () => { it('runInstance renders the application', () => {}); });