mirror of https://github.com/docker/docs.git
Fixing tests
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
8ccb7b05cb
commit
64e3777d82
|
@ -3,7 +3,6 @@ var execProper = require('child_process').exec;
|
||||||
var Promise = require('bluebird');
|
var Promise = require('bluebird');
|
||||||
var fs = require('fs-promise');
|
var fs = require('fs-promise');
|
||||||
var path = require('path');
|
var path = require('path');
|
||||||
var open = require('open');
|
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
exec(args, options) {
|
exec(args, options) {
|
||||||
|
|
Loading…
Reference in New Issue