mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2026-05-11 21:28:52 +02:00
5f4ddc3090
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
import { describe, expect, it } from 'vitest'
|
|
|
|
describe('Testing test', () => {
|
|
it('works!', async () => {
|
|
expect(true).toBe(true)
|
|
})
|
|
|
|
}) |