Select the types of activity you want to include in your feed.
1import { describe, expect, it } from 'vitest' 2 3describe('work', () => { 4 it('should pass', () => { 5 expect(true).toBe(true) 6 }) 7})