Fix lint errors

This commit is contained in:
Antonio Scandurra
2017-03-10 10:00:09 +01:00
parent 6ac01d2781
commit 3d40f55747
3 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
if (typeof snapshotResult !== 'undefined') {
snapshotResult.setGlobals(global, process, global, {}, require)
snapshotResult.setGlobals(global, process, global, {}, require) // eslint-disable-line no-undef
}
const startTime = Date.now()