Fix test: Add stub for profiling

This commit is contained in:
Daniel García Aubert 2018-03-02 11:16:46 +01:00
parent 416970c819
commit 0ec9491d21

View File

@ -20,6 +20,9 @@ describe('lzma-middleware', function() {
query: {
api_key: 'test',
lzma: data
},
profiler: {
done: function () {}
}
};