ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
17
fork

Configure Feed

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

chore(web): forgot to actually add vitest config

byarielm.fyi c14bc88e 64a4bca9

verified
+10
+10
packages/web/vitest.config.ts
··· 1 + import { defineConfig } from "vitest/config"; 2 + 3 + export default defineConfig({ 4 + test: { 5 + globals: true, 6 + environment: "node", 7 + include: ["src/**/*.test.ts"], 8 + testTimeout: 10000, 9 + }, 10 + });