|
@@ -36,6 +36,7 @@ describe('ResourceWriter', function() {
|
|
|
'./OutputFileFinder': (this.OutputFileFinder = {}),
|
|
'./OutputFileFinder': (this.OutputFileFinder = {}),
|
|
|
'logger-sharelatex': { log: sinon.stub(), err: sinon.stub() },
|
|
'logger-sharelatex': { log: sinon.stub(), err: sinon.stub() },
|
|
|
'./Metrics': (this.Metrics = {
|
|
'./Metrics': (this.Metrics = {
|
|
|
|
|
+ inc: sinon.stub(),
|
|
|
Timer: (Timer = (function() {
|
|
Timer: (Timer = (function() {
|
|
|
Timer = class Timer {
|
|
Timer = class Timer {
|
|
|
static initClass() {
|
|
static initClass() {
|