Skip to content

Commit

Permalink
Update methods section
Browse files Browse the repository at this point in the history
  • Loading branch information
harryadel committed Jan 28, 2022
1 parent 02b630a commit 6bf4cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guide/source/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ Note that user documents – ones that you would normally query with `Meteor.use
<h4 id="testing-methods">Testing methods</h4>
Given these methods:
We can also access methods using `Meteor.server.method_handlers` and apply the same principles. Take note of how we can use `sinon.fake()` to mock `this.unblock()`.
```js
Meteor.methods({
Expand Down Expand Up @@ -636,6 +636,7 @@ describe('notes', function () {

```
These examples are heavily inspired by [Andrew Mead example app](https://github.com/andrewjmead/notes-meteor-course).
<h2 id="integration-testing">Integration testing</h2>
Expand Down

0 comments on commit 6bf4cde

Please sign in to comment.