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

Configure Feed

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

chore(api): add test:contracts script

byarielm.fyi 38127f89 7f391497

verified
+1
+1
packages/api/package.json
··· 11 11 "test": "vitest run", 12 12 "test:watch": "vitest", 13 13 "test:perf": "vitest run __tests__/performance", 14 + "test:contracts": "vitest run __tests__/contracts", 14 15 "test:login": "tsx scripts/test-login.ts", 15 16 "test:db": "tsx src/db/test-connection.ts" 16 17 },