Skip to content

Commit 73c8944

Browse files
committed
test: small fix to use repl.start instead of the module.exports
1 parent 3eec767 commit 73c8944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var Gulp = require('gulp').constructor;
66
var should = require('should');
77

88
var api = require('../.');
9-
var repl = api();
9+
var repl = api.start();
1010

1111
fs.readdirSync(__dirname).forEach(function (file) {
1212
if (file === 'index.js') {

0 commit comments

Comments
 (0)