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(web): add vitest cnfig and test scripts

byarielm.fyi c91ca692 bd941622

verified
+12 -3
+6 -3
packages/web/package.json
··· 13 13 "lint:html": "eslint . --ext .ts,.tsx --rule 'jsx-a11y/*: error' --fix", 14 14 "lint:tailwind": "eslint . --ext .ts,.tsx --rule 'tailwindcss/*: warn' --fix", 15 15 "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", 16 - "format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"" 16 + "format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"", 17 + "test": "vitest run", 18 + "test:watch": "vitest" 17 19 }, 18 20 "dependencies": { 19 21 "@atlast/shared": "workspace:*", ··· 29 31 "zustand": "^5.0.9" 30 32 }, 31 33 "devDependencies": { 34 + "@eslint/js": "^9.39.0", 32 35 "@types/jszip": "^3.4.0", 33 36 "@types/react": "^19.1.14", 34 37 "@types/react-dom": "^19.1.9", 35 - "@eslint/js": "^9.39.0", 36 38 "@typescript-eslint/eslint-plugin": "^8.20.0", 37 39 "@typescript-eslint/parser": "^8.20.0", 38 40 "@vitejs/plugin-react": "^4.2.1", ··· 48 50 "tailwindcss": "^3.4.0", 49 51 "typescript": "^5.3.3", 50 52 "vite": "^5.4.0", 51 - "vite-plugin-svgr": "^4.5.0" 53 + "vite-plugin-svgr": "^4.5.0", 54 + "vitest": "^3.2.4" 52 55 } 53 56 }
+6
pnpm-lock.yaml
··· 111 111 112 112 packages/api: 113 113 dependencies: 114 + '@atlast/shared': 115 + specifier: workspace:* 116 + version: link:../shared 114 117 '@atproto/api': 115 118 specifier: ^0.17.7 116 119 version: 0.17.7 ··· 339 342 vite-plugin-svgr: 340 343 specifier: ^4.5.0 341 344 version: 4.5.0(rollup@4.54.0)(typescript@5.9.3)(vite@5.4.21(@types/node@24.10.4)) 345 + vitest: 346 + specifier: ^3.2.4 347 + version: 3.2.4(@types/node@24.10.4) 342 348 343 349 packages/worker: 344 350 dependencies: