Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Hirter committed Sep 4, 2024
1 parent 5b790f5 commit 370fc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exercises/05_ServerSideJS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This projects boilerplate has been setup using the following commands:

### Testing
- Install unit and api test suite: `npm install -D vitest supertest`
- Install gauge + taiko: `npm i -D @getgauge/cli taiko `
- Install gauge + taiko: `npm i -D @getgauge/cli taiko`
- Add manifest file for gauge: `echo "{\"Language\": \"js\"}" > manifest.json`
- Gitignore gauge settings and logs: `echo 'node_modules\n .gauge\n /logs/' >> .gitignore`
- create specs `mkdir specs && touch /specs/example.specs`
Expand Down

0 comments on commit 370fc38

Please sign in to comment.