如何将nock-vcr-recorder-mocha与Meteor集成?

时间:2015-03-28 10:34:31

标签: http testing meteor mocking mocha

在使用https://github.com/mad-eye/meteor-mocha-web

测试我的Meteor应用时,我需要模拟HTTP调用

我找到https://github.com/poetic/nock-vcr-recorder-mocha,但是使用https://github.com/meteorhacks/npm将其包含在我的应用中,并使用以下测试代码给我一个错误...

vcr = Meteor.npmRequire('nock-vcr-recorder-mocha')
log "VCR!",vcr

describe "Interpret data", ->
    vcr.it "should work", ->
        chai.expect(->
          # http call
        ).not.to.throw()

W20150327-17:25:33.820(1)? (STDERR)TypeError:无法读取属性' test'未定义的 W20150327-17:25:33.821(1)? (STDERR)at getCassetteName(/Users/fredrikbranstrom/Sites/kaus/.meteor/local/isopacks/npm-container/npm/node_modules/nock-vcr-recorder-mocha/lib/it.js:30:24) W20150327-17:25:33.821(1)? (STDERR)/Users/fredrikbranstrom/Sites/kaus/.meteor/local/isopacks/npm-container/npm/node_modules/n

0 个答案:

没有答案