Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: npm ci

- name: Run unit tests
run: npm test -- --ci --coverage
run: npm test -- --coverage

- name: Upload coverage
if: always()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ research-backed factors — but housing is the beginning, not the whole picture.
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](https://www.typescriptlang.org/)
[![Next.js 16](https://img.shields.io/badge/Next.js-16-black.svg)](https://nextjs.org/)
[![Jest](https://img.shields.io/badge/Tests-2341%20unit-green.svg)](https://jestjs.io/)
[![Vitest](https://img.shields.io/badge/Tests-3599%20unit-green.svg)](https://vitest.dev/)
[![Playwright](https://img.shields.io/badge/E2E-173%20tests-green.svg)](https://playwright.dev/)

## What It Does
Expand Down
77 changes: 0 additions & 77 deletions jest.config.ts

This file was deleted.

9 changes: 0 additions & 9 deletions jest.setup.components.ts

This file was deleted.

Loading
Loading