now has better coverage failure

This commit is contained in:
2016-03-30 01:32:41 +02:00
parent 5b0814520a
commit 58043d0fa2
15 changed files with 127 additions and 54 deletions

View File

@ -1,5 +1,5 @@
/// <reference path="./typings/main.d.ts" />
var testplugin = {
let testplugin = {
logSomething: function(){
console.log("only function executed");
}