mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-07 14:40:55 +03:00
implemented amplitude metrics (#1141)
This commit is contained in:
@@ -2,7 +2,8 @@ const sinon = require('sinon');
|
||||
const proxyquire = require('proxyquire').noCallThru();
|
||||
|
||||
const storage = {
|
||||
del: sinon.stub()
|
||||
del: sinon.stub(),
|
||||
ttl: sinon.stub()
|
||||
};
|
||||
|
||||
function request(id) {
|
||||
|
||||
Reference in New Issue
Block a user