From a65a753559b3f198abe6474174d46ed92ba6caf0 Mon Sep 17 00:00:00 2001 From: Jesse Snyder Date: Fri, 6 Dec 2024 18:37:30 -0700 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 289d210..76c34ad 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ the Astria bridge. ## `web` application directory structure +* `config-overrides.js` - used by `react-app-rewired` to override CRA's default + webpack config * `public/index.html` * html meta stuff, import styles and fonts * define React root element @@ -16,6 +18,10 @@ the Astria bridge. * main application component * define routes * rest of context providers, e.g. notifications, rainbowkit, etc +* `src/setupTests.tsx` + * most jest mocks defined here (some mocks defined in individual test files) + * browser global mocks defined here +* `src/testHelpers.tsx` - helper functions for testing * `src/components` - More general React components for the app, e.g. Navbar, Dropdown, CopyToClipboardButton, etc * `src/config` - Configuration for the web app