8
Yasemin'de bir hata atılmasını bekleyen bir test nasıl yazılır?
Bir hata bekliyor Jasmine Test Framework için bir test yazmaya çalışıyorum . Şu anda GitHub'dan bir Jasmine Node.js entegrasyonu kullanıyorum . Düğüm modülümde şu kod var: throw new Error("Parsing is not possible"); Şimdi bu hatayı bekleyen bir test yazmaya çalışıyorum: describe('my suite...', function() { [..] it('should not parse foo', function() …