Skip to content

Commit 8ba1231

Browse files
committed
Second change to see github styles
1 parent 9a76a47 commit 8ba1231

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ Similar approach for Next.js and Remix demo apps
4747
<img src="./assets/reactime-dev-setup.gif" />
4848
</p>
4949

50-
<h2> For Future Iterators </h2>
51-
5250
## For Future Iterators
5351
Here are some notes on the current state of Reactime and considerations for future development.
5452

55-
## Testing
53+
<h2> Testing </h2>
5654

5755
For Reactime unit tests, pre-v.19 there were tests built out in two places. Backend tests were in backend >\__tests__. Frontend tests were in src > app >\__tests__. In v19, we specifically focused on rebuilding front tests to use React Testing Library (RTL) + Jest. Previously, front end testing existed but utilized Enzyme + Jest . Our decision to move to RTL stemmed on the fact that Enzyme did not support React V17 (third party Enzyme adaptor libraries were created to provide support to previous React versions, but were still very much out of date) and that Enzyme is no longer industry standard. We began the process of creating new frontend tests but they are not complete and this is a great place for future iterators to build out more. Since the new suite of RTL tests are not fully complete, we have kept the older Enzyme tests within the codebase to be referenced (src > app > __tests__enzyme). However, these will not be included in the tests run in the testing scripts.
5856

0 commit comments

Comments
 (0)