Skip to content

Commit

Permalink
Add example for testing there is no DOM-reference leakage outside of …
Browse files Browse the repository at this point in the history
…a component

Closes #64
  • Loading branch information
notmessenger committed Jan 30, 2016
1 parent 2df9254 commit 92c84aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ember-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ interpreted as described in [RFC 2119](http://www.ietf.org/rfc/rfc2119.txt)
* [Unit Tests: Testing expected mixins are present](#example-testing-expected-mixins-are-present)
* [Unit Tests: Testing dependent keys are correct](#example-testing-dependent-keys-are-correct)
* [Unit Tests: Testing observer keys are correct](#example-testing-observer-keys-are-correct)
* [Component Unit Tests: Testing there is no DOM-reference leakage outside of a component](https://github.com/softlayer/sl-ember-test-helpers#global-libraries)
* [Component Integration Tests: Testing default rendered state](#example-testing-default-rendered-state)
* [Element vs jQuery object](#example-element-vs-jquery-object)
* [Component Integration Tests: find() and hasClass()](#example-component-integration-tests---find-and-hasclass)
Expand Down Expand Up @@ -87,6 +88,7 @@ correct properties **MUST** be named: *Observer keys are correct*

* Test cases asserting that there is no DOM-reference leakage outside of a
component **MUST** be named: *There are no references to Ember.$, $ or jQuery*
* [See Example](https://github.com/softlayer/sl-ember-test-helpers#global-libraries)


### Naming: Component Integration Tests
Expand Down

0 comments on commit 92c84aa

Please sign in to comment.