mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-01 14:54:58 +00:00
add missing require
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
|
require('chromedriver');
|
||||||
|
|
||||||
var execSync = require('child_process').execSync,
|
var execSync = require('child_process').execSync,
|
||||||
expect = require('expect.js'),
|
expect = require('expect.js'),
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
|
Reference in New Issue
Block a user