unit test jest Flashcards

1
Q

What are unit tests?

A

a self contained small piece of code that can be tested

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is it important to write unit tests?

A

good way to debug your code and to refactor your code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What code should be tested with a unit test? What code is not well suited for unit tests?

A

a small unit should be tested with a unit test and a large block of code is not well suited for unit tests

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Jest? What are some other popular JavaScript unit testing frameworks?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly