Skip to content

Commit 996550a

Browse files
committed
Added readme
1 parent f2f4940 commit 996550a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# JavaScript Testing Fundamentals
2+
3+
[![](https://vueschool.s3.amazonaws.com/b53a499ce4a5797e377891bd4165cfd5/javascript-testing-fundamentals.png)](https://vueschool.io/courses/javascript-testing-fundamentals)
4+
5+
This repository contains the example code for the [JavaScript Testing Fundamentals](https://vueschool.io/courses/javascript-testing-fundamentals) course.
6+
7+
8+
This course is created to introduce you to software testing. More specifically testing your JavaScript code.
9+
10+
In this course, you'll learn how testing will improve your daily life as a developer. We touch base on why testing is important, what you should test and what you do not need to test directly. We introduce you to different types of tests (Unit, Integration and Acceptance tests) and teach you the testing jargon you need to know to start your testing journey.
11+
12+
This course is not only for beginners in testing but also for those who are not sure about what the difference is between Mocks, Spies, and Stubs.
13+
14+
By the end of this course, you'll be equipped with knowledge about testing, jargon, and terminologies and thus be ready to tackle our testing courses.
15+
16+
17+
The course is free. [Enroll at Vue School!](https://vueschool.io/courses/javascript-testing-fundamentals)

0 commit comments

Comments
 (0)