Resultados da pesquisa a pedido "highland.js"

3 a resposta

mocha com nodejs assert trava / timeouts para assert (false) em vez de erro

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