Fix the bundle and bundle tests
This commit is contained in:
parent
a1131eb4f2
commit
057f3a9d2f
2 changed files with 5 additions and 3 deletions
|
|
@ -164,9 +164,11 @@ o.spec("api", function() {
|
|||
|
||||
setTimeout(function() {
|
||||
m.route.set("/b")
|
||||
o(m.route.get()).equals("/b")
|
||||
setTimeout(function() {
|
||||
o(m.route.get()).equals("/b")
|
||||
|
||||
done()
|
||||
done()
|
||||
}, FRAME_BUDGET)
|
||||
}, FRAME_BUDGET)
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue