Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock committed Feb 26, 2018
1 parent e872a38 commit 6876e60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ class UserRepository {
```

When you write tests you can easily provide your own "fake" dependencies to classes you are testing using `set` method:
`provide` methods of the container:

```typescript
Container.set(CoffeeMaker, new FakeCoffeeMaker());
Expand Down

0 comments on commit 6876e60

Please sign in to comment.