Skip to content

Commit d1704d1

Browse files
chore(react): remove broken link (#12)
1 parent c2f78ee commit d1704d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/technologies/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Evaluation script is actually what runs when the user on the codedamn playground
138138

139139
Remember that we're using React Vite playground setup. This means we can assume that we already have vite installed.
140140

141-
However, we still need to setup a lot of things: `jsdom`, `vitest`, and `react-testing-library`. Therefore, we can write our evaluation bash script to install all of this and run our tests. To help you set it up, we maintain a [repository of evaluation scripts](https://github.com/codedamn/curriculum-testing-scripts). Here's how the React vitest script looks like:
141+
However, we still need to setup a lot of things: `jsdom`, `vitest`, and `react-testing-library`. Therefore, we can write our evaluation bash script to install all of this and run our tests. Here's how the React vitest script looks like:
142142

143143
```sh
144144
#!/bin/bash

0 commit comments

Comments
 (0)