Skip to content

dgf/ajsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abandoned in favour of Jasmine 2.0 Asynchronous Support

asynchronous jasmine specification helper

{aCheck, aFail} = require 'ajsh'

describe 'asynchronous jasmine helper', ->
  it 'checks something', ->
    test = (done) -> setTimeout done, 10
    aCheck 'asynchronous call', test, 20

Build Status