mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
added modify step to the auto-release sinon wrapper
This commit is contained in:
parent
8ae8f95033
commit
4993386e3a
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ define(function (require) {
|
|||
// after each test this list is cleared
|
||||
toRestore.push(obj);
|
||||
|
||||
if (typeof modify === 'function') modify(obj);
|
||||
|
||||
return obj;
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue