Skip to content

Commit

Permalink
fix(cordova-raw-test)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblom committed Oct 16, 2017
1 parent caa8427 commit d1ed175
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node-tests/unit/targets/cordova/tasks/raw-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ describe('Cordova Raw Task', function() {
});

it('inits a callback which resolves', function() {
var cdvPath = cordovaPath(mockProject.project);
var raw = setupTask();

return expect(raw.run()).to.eventually.be.fulfilled;
return expect(raw.run()).to.eventually.be.fulfilled;
});

it('changes back to ember dir on compvarion', function() {
Expand Down

0 comments on commit d1ed175

Please sign in to comment.