An open API service indexing awesome lists of open source software.

https://github.com/25th-floor/jasmine-expect-moment

Jasmine matchers for moment.js
https://github.com/25th-floor/jasmine-expect-moment

Last synced: about 2 months ago
JSON representation

Jasmine matchers for moment.js

Awesome Lists containing this project

README

        

# Jasmine Matchers for Moment.js

This repository adds some convenient custom matchers to the [Jasmine testing framework](http://jasmine.github.io/).
It extends the awesome collection of general purpose matchers [Jasmine-Matchers](http://github.com/JamieMason/Jasmine-Matchers) by Jamie Mason.

**Beware:** This package has just been released with an incomplete set of matchers and without tests.
It will be extended soon.
Feel free to contribute!

## Available Matchers

- toBeMoment
- toBeMomentAfter
- toBeMomentBefore
- toBeSameMoment
- toHaveMoment
- toHaveMomentAfter
- toHaveMomentBefore