Bumped Dev Dependencies + ESLint Correction

This commit is contained in:
エリス
2019-01-08 14:31:14 +09:00
committed by Darryl Pogue
parent c1819cc027
commit 39bd0d6463
18 changed files with 100 additions and 100 deletions

View File

@@ -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.', () => {