mirror your GitHub repos to tangled.org automatically
1

Configure Feed

Select the types of activity you want to include in your feed.

at main 136 B View raw
1import { describe, expect, it } from 'vitest' 2 3describe('work', () => { 4 it('should pass', () => { 5 expect(true).toBe(true) 6 }) 7})