summaryrefslogtreecommitdiff
path: root/packages/server/src/index.test.ts
blob: 50c8a54e9924daf0bd6311db89a95feff4b2bad3 (plain)
1
2
3
4
5
6
7
import { describe, it, expect } from 'vitest';

describe('placeholder tests', () => {
  it('should pass', () => {
    expect(true).toBe(true);
  });
});