以下代碼片段非常簡單(從https://mochajs.org/#synchronous-code)。它感覺很愚蠢,但爲什麼[1,2,3]的計算結果與undefined一起使用,而不是用於myArray變量? Array
#indexOf()
1) Should return -1 when the value is not present
1) Array #indexO
好了,所以這是我的問題: it('should fail when Sns is not found within record', (done) => {
const policy = require('../main/nacl-002-handler.js');
const eventData = require('./data/event.json');
delete eventDat
我正在使用testdouble.js來測試幾個函數。對於下面的函數,我正在努力弄清楚如何最好地存儲get API調用,以覆蓋剩餘的函數。看起來應該是直截了當的,但我認爲我一直盯着它太久了。 var checkTags = function(tags) {
return new Promise(function(resolve) {
/* istanbul ignore if