We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fcc0a commit 9008a17Copy full SHA for 9008a17
1 file changed
frontend/src/placeholder.test.ts
@@ -0,0 +1,7 @@
1
+import { describe, expect, it } from 'vitest'
2
+
3
+describe('Placeholder test', () => {
4
+ it('should pass', () => {
5
+ expect(true).toBe(true)
6
+ })
7
+})
0 commit comments