https://github.com/dgf/ajsh
abandoned in favour of Jasmine 2.0 Asynchronous Support
https://github.com/dgf/ajsh
Last synced: 6 months ago
JSON representation
abandoned in favour of Jasmine 2.0 Asynchronous Support
- Host: GitHub
- URL: https://github.com/dgf/ajsh
- Owner: dgf
- Created: 2013-10-21T16:18:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T20:38:06.000Z (about 12 years ago)
- Last Synced: 2025-01-23T06:12:03.326Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abandoned in favour of [Jasmine 2.0 Asynchronous Support](http://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support)
# asynchronous jasmine specification helper
```coffeescript
{aCheck, aFail} = require 'ajsh'
describe 'asynchronous jasmine helper', ->
it 'checks something', ->
test = (done) -> setTimeout done, 10
aCheck 'asynchronous call', test, 20
```
[](https://travis-ci.org/dgf/ajsh/)