我一直在爲使用rsvp承諾的代碼編寫單元測試。 我試圖用pit測試,但必須在使測試通過的RSVP沒有運氣,但是嵌入式承諾只是正常工作: //jest.autoMockOff(); - even with this rsvp test is failing
jest.unmock('rsvp');
import rsvp from 'rsvp';
describe('my rsvp tes
該主題有幾個帖子,但找不到解釋Promise中上下文概念的帖子。讓我們從一些代碼開始(這是從Ember.js模塊抽取並簡化,但可能是支持的承諾任何JS代碼): module.exports = CoreObject.extend({
init: function(pluginOptions, parentObject) {
//These are the properties that I