Resultados de la búsqueda a petición "highland.js"

3 la respuesta

mocha con nodejs afirmar cuelga / tiempos de espera para afirmar (falso) en lugar de error

Tengo este tipo de prueba de moca: describe 'sabah', → beforeEach → @sabahStrategy = _.filter(@strats, { name: 'sabah2' })[0] .strat it 'article list should be populated', (done) → @timeout 10000 strat = new @sabahStrategy() articles = ...