Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith authored Nov 2, 2019
1 parent f154ae0 commit 8ed8978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# strict-mocha-describers

**WORK IN PROGRESS**

The implementation of describers strongly oriented for the methods that will be tested

## How it works

When these describers are used to write your test, all other methods from the class other than the method that will be tested are overwritten by a default error with the message _not mocked yet_. The idea is to enforce that all these calls must be mocked and to make the test always break when some refactoring is made or a new method is called
When these describers are used to write your test, all other methods from the class other than the method that will be tested are overwritten by a default error with the message _not mocked yet_. The idea is to enforce that all these calls must be mocked and to make the test always break when some refactoring is made or a new method is called.

it is intended to be used with *mocha chai sinon* triad.

## Available describers

Expand Down

0 comments on commit 8ed8978

Please sign in to comment.