1
0
mirror of https://git.cloudron.io/cloudron/syncthing-app synced 2025-09-14 17:09:07 +00:00

install chromedriver

This commit is contained in:
Girish Ramakrishnan
2018-04-06 17:02:37 -07:00
parent e73991042d
commit 8e5306db31
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
'use strict';
require('chromedriver');
var execSync = require('child_process').execSync,
expect = require('expect.js'),
superagent = require('superagent'),