import { describe, it } from 'vitest';

describe('Example Test', () => {
  it('should work correctly', () => {
    console.log("TODO tests")
  });
});
