Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Mar 17, 2018
1 parent c7c82f5 commit d8fac99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- [setupRenderingContext](#setuprenderingcontext)
- [teardownRenderingContext](#teardownrenderingcontext)
- [setApplication](#setapplication)
- [getApplication](#getapplication)
- [setupApplicationContext](#setupapplicationcontext)
- [teardownApplicationContext](#teardownapplicationcontext)
- [validateErrorHandler](#validateerrorhandler)
Expand Down Expand Up @@ -512,6 +513,12 @@ Responsible for:

Returns **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)<void>** resolves when settled

### getApplication

Retrieves the application instance stored by setApplication.

- Used by `setupContext`.

### setApplication

Stores the provided application instance so that tests being ran will be aware of the application under test.
Expand Down

0 comments on commit d8fac99

Please sign in to comment.