Add 'Buffer' global for GCS unit tests

This commit is contained in:
Simon Detheridge 2020-03-04 15:42:16 +00:00
parent 12274e1427
commit 6979b8638a

View file

@ -138,7 +138,7 @@ describe('GcsPersistorTests', function() {
'metrics-sharelatex': Metrics,
crypto
},
globals: { console }
globals: { console, Buffer }
})
})