Skip to content

Commit 9008a17

Browse files
committed
added placeholder test
1 parent 22fcc0a commit 9008a17

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

frontend/src/placeholder.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)