Skip to content

Commit

Permalink
extend functions moved to /extend
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorybesson committed Oct 2, 2016
1 parent 99e2765 commit 3b3ae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config.set({root: __dirname + '/fixtures'})

var Manager = require('../src/cli').Manager;
var Plugins = require('../src/cli').Plugins;
var abeProcess = require('../src/cli/helpers/abe-process').default
var abeProcess = require('../src/cli').default

describe('Process', function() {
before( function(done) {
Expand Down

0 comments on commit 3b3ae10

Please sign in to comment.