Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request to update already merged PR (#1036) #1242

Merged
merged 16 commits into from
Apr 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions contributions/executable-tutorial/agnespet-adahen/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# Learn to integrate Jest in your React-Redux projects
A Katakoda hosted tutorial with the goal to teach the user how to set up a test-environment for React-Redux projects using Jest. Jest is a testing library for JavaScript code. With it, you can create, run, and structure tests. It can be installed using npm (which we will do).

The user will learn how to write unit and integration tests, integrate them with a GitHub repository and get a better understanding of why it is important and relevant to have good test coverage.


# Learn to integrate Jest in your React projects
A Katakoda hosted tutorial with the goal to teach the user how to set up a test-environment for React projects using Jest. Jest is a testing library for JavaScript code. With it, you can create, run, and structure tests. It can be installed using npm (which we will do).

The user will not only get a better understanding of some basic testing knowledge, they will also learn how to write Snapshot, unit, mock tests and get a better idea of why it is important and relevant to have good test coverage.

## Members
- Agnes Petäjävaara <agnespet@kth.se> anorangesky(https://github.com/anorangesky)
Expand Down