Update the playground README.md (#93)

This commit is contained in:
Fulop 2022-03-03 09:46:01 +01:00 committed by GitHub
parent 5f01ef0821
commit fb7467862b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ src/
Simply run `yarn run serve` in this folder to start the dev server. Simply run `yarn run serve` in this folder to start the dev server.
There are some shared playgrounds in `src/shared` which are committed to the repo. You can make your own playgrounds in `src/personal` which will be `.gitignore`d. Each There are some shared playgrounds in `src/shared` which are committed to the repo. You can make your own playgrounds in `src/personal` which will be `.gitignore`d. Note that every playground must include an entry file called `index.tsx` (as you see in the [Directory structure section](#directory-structure)).
## How to write and run end-to-end tests ## How to write and run end-to-end tests