We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b881b83 commit d8d3c23Copy full SHA for d8d3c23
apps/api/src/index.test.ts
@@ -0,0 +1,7 @@
1
+import { describe, it, expect } from 'vitest';
2
+
3
+describe('API', () => {
4
+ it('should pass basic test', () => {
5
+ expect(true).toBe(true);
6
+ });
7
+});
0 commit comments