Fix ESLint failures (#34)

References #33
This commit is contained in:
Paul Irish
2017-06-20 17:32:08 -07:00
committed by Pavel Feldman
parent a033b1b7ac
commit a66480a416
5 changed files with 8 additions and 16 deletions

View File

@@ -30,6 +30,8 @@ var GOLDEN_DIR = path.join(__dirname, 'golden');
var OUTPUT_DIR = path.join(__dirname, 'output');
var PROJECT_DIR = path.join(__dirname, '..');
jasmine.DEFAULT_TIMEOUT_INTERVAL = 10 * 1000;
describe('Puppeteer', function() {
var browser;
var staticServer;