Skip to content

Commit ed65055

Browse files
authored
[EN] Minor changes part5d.md
1 parent 7aa385d commit ed65055

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/content/5/en/part5d.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ Let's add an npm script to <i>the backend</i> which starts it in test mode, or s
7676
}
7777
```
7878

79-
NB! To get Cypress working with WSL2 one might need to do some additional configuring first. These two [links](https://docs.cypress.io/guides/getting-started/installing-cypress#Windows-Subsystem-for-Linux) are great places to [start](https://nickymeuleman.netlify.app/blog/gui-on-wsl2-cypress).
80-
81-
./node_modules/.bin/cypress install -------- needed on windows.
82-
//https://github.com/cypress-io/cypress/issues/2610
79+
**NB** To get Cypress working with WSL2 one might need to do some additional configuring first. These two [links](https://docs.cypress.io/guides/getting-started/installing-cypress#Windows-Subsystem-for-Linux) are great places to [start](https://nickymeuleman.netlify.app/blog/gui-on-wsl2-cypress).
8380

8481
When both the backend and frontend are running, we can start Cypress with the command
8582

0 commit comments

Comments
 (0)