mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
chore(eslint): bump package & apply eslint fix (#955)
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user