Skip to content

Commit 938354d

Browse files
authored
Update README.md
1 parent 78788b8 commit 938354d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ describe('React VT Tests', () => {
9898
5. Run your test suite.
9999

100100
### Other Notes
101-
1. Multiple actions and tests can be defined in one assertion block. Once you're ready to test, save the assertion block. Saved assertion blocks are stored in LocalStorage and are restored the next time React VT is opened.
102-
2. To run through your actions and tests, execute them in your React application while React VT Developer Tool is open to view live test results (e.g. clicking the button that you've specified as an action in your assertion block).
103-
3. Tests will not run until the actions that precede them are completed.
101+
1. React-router and NextJS are currently unsupported. We are looking into supporting react-router in a future release.
102+
2. Multiple actions and tests can be defined in one assertion block. Once you're ready to test, save the assertion block. Saved assertion blocks are stored in LocalStorage and are restored the next time React VT is opened.
103+
3. To run through your actions and tests, execute them in your React application while React VT Developer Tool is open to view live test results (e.g. clicking the button that you've specified as an action in your assertion block).
104+
4. Tests will not run until the actions that precede them are completed.
104105

105106
![Image of Block](https://github.com/brIAN-3/react-vt/blob/master/src/BlockScreenshot.png)
106107

0 commit comments

Comments
 (0)