Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Fernández <[email protected]>
  • Loading branch information
felix920506 and ferferga authored Sep 12, 2024
1 parent 7436ff6 commit 71f9869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/testing/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Using a development version of clients may lead to data corruption or loss on th

## Testing from source code

Jellyfin web clients can be hosted as a standalone application without being associated with a Jellyfin server. In that case, a separate Jellyfin server will need to be prepared.
Jellyfin web clients can be hosted as a standalone application without being associated with a Jellyfin server. In that case, a separate Jellyfin server will be needed.

"Test server" below refers to the device hosting the web client in the test setup.

Expand All @@ -41,7 +41,7 @@ Below is a list of things to prepare before testing Jellyfin web clients.
- Install [NodeJS, npm and nvm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) on the test server.
- Install [Git](https://github.com/git-guides/install-git) on the test server.
- (Optional) Install [GitHub CLI](https://cli.github.com/) or [GitHub Desktop](https://github.com/apps/desktop) on the test server
- (Optional) A text editor or web IDE to make changes during testing, eg. [VSCode](https://code.visualstudio.com/), [Notepad++](https://notepad-plus-plus.org/) ,[Jetbrains Webstorm](https://www.jetbrains.com/webstorm/).
- (Optional) A text editor or web IDE to make changes during testing, eg. [VSCode](https://code.visualstudio.com/), [Notepad++](https://notepad-plus-plus.org/), [Jetbrains Webstorm](https://www.jetbrains.com/webstorm/).

:::note
Installing Github CLI or Github Desktop will automatically install Git on the system.
Expand Down

0 comments on commit 71f9869

Please sign in to comment.