Skip to content

Commit 3be7391

Browse files
authored
Update README.md
1 parent 0fbd7b7 commit 3be7391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ Add some test and document what you've done. That's it :D
120120

121121
### Start
122122

123-
You can try out ur changes with the command `yarn start:app:ts`
123+
You can try out ur changes with the command `yarn start:app:ts` or you can test how it works with js either `yarn start:app:js`. Before runninf the JS app, do not forget to create a new version locally with `yarn build && yarn pack` command.
124124

125125
### Test
126126

127127
It uses `vitest` and `jsdom` for now.
128128

129-
`yarn test:unit`
129+
`yarn test:unit`

0 commit comments

Comments
 (0)