0.0.1 • Published 11 years ago

matchers v0.0.1

Weekly downloads
9
License
-
Repository
github
Last release
11 years ago

Matchers

For use with the jasmine test library, fills in the gaps with the default jasmine matchers.

New matchers include:

toBeNaN

toBeFinite

toBeInfinite

toBeNumber

toBeString

toBeDate

toBeArray

toBeObject

toBeFunction

toBeElement

Browser

<script type='text/javascript' src='matchers.js'>

Node

Install matchers with npm

npm install matchers

And require it in your specs

require('matchers')