Skip to content

Commit 60510d4

Browse files
committed
Update the Readme for NextJS
1 parent 4f5b8a1 commit 60510d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandboxes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains automated tests as well as manual tests. The automated Jest / Puppeteer tests can be run by issuing the npm test command from within the root of the automated-tests directory.
44

5-
Manual tests have been created for both Concurrent Mode and NextJS. These sandboxes can be launched by issuing the npm start command from within either of the directories inside of the manual-tests folder. They can also be automated by using the same approach used for automated testing.
5+
Manual tests have been created for both Concurrent Mode and NextJS. These sandboxes can be launched by issuing the npm start command from within either of the directories inside of the manual-tests folder. Note that for the NextJS sandbox, npm run build should be issued before npm start. These manual sandboxes can also be automated by using the same approach as the automated testing sandboxes.
66

77
Automated Tests
88

0 commit comments

Comments
 (0)