update miletruth page and remove unwanted files

This commit is contained in:
2026-06-03 13:42:12 +05:30
parent 3bad62851c
commit 6eea5636fb
153 changed files with 6089 additions and 36024 deletions

4
jest.setup.ts Normal file
View File

@@ -0,0 +1,4 @@
// Extends Jest's `expect` with DOM matchers (toBeInTheDocument, etc.) for any
// future component tests. Pure-function specs don't need it, but it's the
// standard Next.js + Testing Library setup.
import "@testing-library/jest-dom";