[router] Fix hopefully the last race condition
This commit is contained in:
parent
605fa44711
commit
703aab7905
2 changed files with 13 additions and 13 deletions
|
|
@ -932,7 +932,7 @@ o.spec("route", function() {
|
|||
})
|
||||
})
|
||||
|
||||
o.only("when two async routes are racing, the last one set cancels the finalization of the first", function(done) {
|
||||
o("when two async routes are racing, the last one set cancels the finalization of the first", function(done) {
|
||||
var renderA = o.spy()
|
||||
var renderB = o.spy()
|
||||
var onmatchA = o.spy(function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue