mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
It passed then failed. I'll change the test for now, because perfect is the enemy of good.
This commit is contained in:
@@ -274,7 +274,7 @@ describe('create', function () {
|
||||
});
|
||||
it('should prepare build files', function (done) {
|
||||
create.create(project_path, config_mock, {}, events_mock).then(function () {
|
||||
expect(create.prepBuildFiles).toHaveBeenCalledWith(project_path);
|
||||
expect(create.prepBuildFiles).toHaveBeenCalledWith(project_path, 'studio');
|
||||
}).fail(fail).done(done);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user