remove line from README

This commit is contained in:
mildred 2024-03-05 10:41:24 +01:00
parent acc1c38c58
commit 6f03b3f03a
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ node_modules/
/vc_schemas/ /vc_schemas/
.vscode .vscode
.github .github
.DS_Store

View File

@ -44,7 +44,6 @@ To get started with the IdHub testing project, you need to have the following pr
- **Node.js**: Ensure you have Node.js version 14 or later installed. You can check your version by running `node -v` in your terminal. If you need to install or update Node.js, visit the [official Node.js website](https://nodejs.org/). - **Node.js**: Ensure you have Node.js version 14 or later installed. You can check your version by running `node -v` in your terminal. If you need to install or update Node.js, visit the [official Node.js website](https://nodejs.org/).
- **TypeScript**: The project is written in TypeScript. You should have TypeScript version 4.0 or later. You can install it globally using npm by running `npm install -g typescript`. - **TypeScript**: The project is written in TypeScript. You should have TypeScript version 4.0 or later. You can install it globally using npm by running `npm install -g typescript`.
- **Playwright**: Playwright is the tool used for end-to-end testing. You can install it by running `npm install playwright`. - **Playwright**: Playwright is the tool used for end-to-end testing. You can install it by running `npm install playwright`.
- **Installation**: Step-by-step instructions on how to clone the repository and install dependencies.
### Installation ### Installation