Unregister postrender listener in tests
This commit is contained in:
@@ -42,7 +42,7 @@ describe('ol.interaction.Modify', function() {
|
||||
})
|
||||
});
|
||||
|
||||
map.on('postrender', function() {
|
||||
map.once('postrender', function() {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user