mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
Bumped Dev Dependencies + ESLint Correction
This commit is contained in:
@@ -87,7 +87,7 @@ describe('Gradle Builder', () => {
|
||||
|
||||
parser = new GradlePropertiesParser('/root');
|
||||
|
||||
parser._defaults = {'org.gradle.jvmargs': '-Xmx2048m'};
|
||||
parser._defaults = { 'org.gradle.jvmargs': '-Xmx2048m' };
|
||||
});
|
||||
|
||||
it('should detect missing default property and sets the property.', () => {
|
||||
|
||||
Reference in New Issue
Block a user