Added comment about which assetion types can appear

This commit is contained in:
Mike Bannister
2012-08-22 01:36:52 -04:00
parent d5e0b577fd
commit 8bd27f992f

View File

@@ -74,6 +74,20 @@
{{/if}}
{{#with get_details}}
{{#if this}}
<!--
`type` can be any of the following or a
custom assertion type
* assert_equal
* instanceOf
* throws
* true
* null
* undefined
* NaN
* include
* length
-->
{{#if type}}&mdash; {{type}}{{/if}}
{{#each details}}
- <span class="failkey">{{key}}</span> {{val}}