Fix ospec timeout usage
This commit is contained in:
parent
cea8e64359
commit
896e9db7d8
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ o.spec("api", function() {
|
|||
done()
|
||||
}, FRAME_BUDGET)
|
||||
})
|
||||
o("m.route.set", function(done, timeout) {
|
||||
timeout(100)
|
||||
o("m.route.set", function(done) {
|
||||
o.timeout(100)
|
||||
root = window.document.createElement("div")
|
||||
m.route(root, "/a", {
|
||||
"/:id": createComponent({view: function() {return m("div")}})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue