Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 589 Bytes

challenge.md

File metadata and controls

18 lines (10 loc) · 589 Bytes

Day 4: One behavior to rule them all.

Your crafting journey continues. Today, you will venture into the Testing Islands. Your first stop is the Unit Test one obviously.

Now let's see if you can understand the point of today's challenge.

We are still working on the basics. Today, we will shed the light on what "unit" means

These tests are passing therefore they should be considered valid.

But are they?

Challenge of day 4: Identify the behavior under test and rewrite the tests.

May your crafting journey be safe!

  • 💡HINT: Think of what defines a behavior!