Skip to content

Commit

Permalink
Add chromedriver according to dispatch:mocha docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciovieira committed Apr 11, 2017
1 parent 4d1d975 commit a982d14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion branding/client/branding.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable func-names, prefer-arrow-callback */

// Meteor imports
import { Template } from 'meteor/templating';
// import { Template } from 'meteor/templating';
// import { $ } from 'meteor/jquery';

// Meteor contributed packages imports
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"devDependencies": {
"JSONStream": "^1.3.1",
"babel-eslint": "^6.1.2",
"chromedriver": "^2.29.0",
"csv-streamify": "^3.0.4",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-import-resolver-meteor": "^0.3.3",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-meteor": "^4.0.0",
"nightmare": "^2.10.0"
"nightmare": "^2.10.0",
"selenium-webdriver": "^3.0.0-beta-2"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit a982d14

Please sign in to comment.