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

add chromedriver

This commit is contained in:
Girish Ramakrishnan
2018-05-03 09:38:42 -07:00
parent 4d37e33eee
commit b39e1850d7
2 changed files with 3 additions and 0 deletions

View File

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