2017-05-30 22 views

回答

0

的唯一方法是skip測試:

test.skip('it is not snowing',() => { 
    expect(inchesOfSnow()).toBe(0); 
});