Files
Snigdha-OS.github.io/test/global.test.js
Eshan Roy (Eshanized) 74996af65d 🛠️ build(nuxt): shift astro to nuxt
2024-06-16 23:40:11 +05:30

8 lines
145 B
JavaScript

import { describe, expect, it } from 'vitest'
describe('Testing test', () => {
it('works!', async () => {
expect(true).toBe(true)
})
})