mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
notifyjs - adding missing timeout option to tests
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user