From 9c32ba187d1ece61fe7e64d758bba50dc999b47d Mon Sep 17 00:00:00 2001 From: Chris Barr Date: Fri, 3 Apr 2015 07:50:35 -0400 Subject: [PATCH] notifyjs - adding missing `timeout` option to tests --- notifyjs/notifyjs-tests.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/notifyjs/notifyjs-tests.ts b/notifyjs/notifyjs-tests.ts index 8771224c8..1b1d7f906 100644 --- a/notifyjs/notifyjs-tests.ts +++ b/notifyjs/notifyjs-tests.ts @@ -14,6 +14,7 @@ function test_Notify_constructor() { body : "fuga", icon : "./logo.png", tag : "user", + timeout : 1000, notifyShow : (e:Event)=> console.log("notifyShow", e), notifyClose : ()=> console.log("notifyClose"), notifyClick : ()=> console.log("notifyClick"),