Browse Source

Fix linting

Saul Shanabrook 6 years ago
parent
commit
2aacb74722
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .eslintignore
  2. 1 1
      tests/karma.conf.js

+ 1 - 0
.eslintignore

@@ -4,3 +4,4 @@ node_modules
 **/build
 jupyterlab/staging/yarn.js
 jupyterlab/static
+jupyterlab/chrome-test.js

+ 1 - 1
tests/karma.conf.js

@@ -1,7 +1,7 @@
 var path = require('path');
 var webpack = require('./webpack.config');
 
-process.env.CHROME_BIN = require('puppeteer').executablePath()
+process.env.CHROME_BIN = require('puppeteer').executablePath();
 
 module.exports = function (config) {
   config.set({