import { describe, it } from 'vitest';
import { getAppInstance } from './app';

describe('Piral app module', () => {
  it('getAppInstance creates a new React child and Piral instance', () => {});
});
