Skip to content

Commit

Permalink
Update unit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelmont committed Feb 7, 2018
1 parent 000dc78 commit 1e3f07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/unit/unit.md
Expand Up @@ -20,7 +20,7 @@ nest.test('Unit test the map function', assert => {
});
```

####For a typical unit test I usually create 2 variables one named actual and another named expect
#### For a typical unit test I usually create 2 variables one named actual and another named expect
*For `assert.equal(actual, expected, 'My message here')` if actual and expected are equal then the unit test will pass.*

The map function behaves in the following manner
Expand Down

0 comments on commit 1e3f07a

Please sign in to comment.