mirror of
https://github.com/apache/superset.git
synced 2026-04-23 01:55:09 +00:00
feat: bump sinon to latest (#9926)
This commit is contained in:
@@ -48,7 +48,7 @@ describe('logger middleware', () => {
|
||||
postStub = sinon.stub(SupersetClient, 'post');
|
||||
});
|
||||
afterEach(() => {
|
||||
next.reset();
|
||||
next.resetHistory();
|
||||
postStub.restore();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user