Saul Shanabrook 6 anni fa
parent
commit
2aacb74722
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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({