mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Added comment about which assetion types can appear
This commit is contained in:
@@ -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}}— {{type}}{{/if}}
|
||||
{{#each details}}
|
||||
- <span class="failkey">{{key}}</span> {{val}}
|
||||
|
||||
Reference in New Issue
Block a user