mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Copy node_modules if the directory exists (#607)
This commit is contained in:
@@ -259,7 +259,7 @@ describe('create', function () {
|
||||
});
|
||||
it('should copy template scripts into generated project', function (done) {
|
||||
create.create(project_path, config_mock, {}, events_mock).then(function () {
|
||||
expect(create.copyScripts).toHaveBeenCalledWith(project_path, {});
|
||||
expect(create.copyScripts).toHaveBeenCalledWith(project_path);
|
||||
}).fail(fail).done(done);
|
||||
});
|
||||
it('should copy build rules / gradle files into generated project', function (done) {
|
||||
|
||||
Reference in New Issue
Block a user