mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-12-08 23:43:51 +01:00
🎨 style(new!): add new ui vue.js
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
8
test/global.test.js
Normal file
8
test/global.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from 'vitest'
|
||||
|
||||
describe('Testing test', () => {
|
||||
it('works!', async () => {
|
||||
expect(true).toBe(true)
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user