From 154b8babc4f2593111c716374702b1cf0c422911 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 3 Jan 2016 11:25:24 -0700 Subject: [PATCH] Allow console use in Phantom --- test/phantom_hooks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/phantom_hooks.js b/test/phantom_hooks.js index 5f2fa839b6..5880770711 100644 --- a/test/phantom_hooks.js +++ b/test/phantom_hooks.js @@ -1,3 +1,5 @@ +/* eslint-disable no-console */ + module.exports = { afterEnd: function(runner) { var fs = require('fs');