chore(eslint): bump package & apply eslint fix (#955)

This commit is contained in:
エリス
2020-04-15 12:36:40 +09:00
committed by GitHub
parent 43fdaa91a3
commit f86044e6ce
8 changed files with 59 additions and 60 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ describe('AndroidManifest', () => {
});
it('should throw an error if not a valid manifest', () => {
createTempManifestFile(`<?xml version='1.0' encoding='utf-8'?><notamanifest></notamanifest>`);
createTempManifestFile('<?xml version=\'1.0\' encoding=\'utf-8\'?><notamanifest></notamanifest>');
expect(() => new AndroidManifest(manifestPath)).toThrowError();
});