mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Bumped Dev Dependencies + ESLint Correction
This commit is contained in:
@@ -72,7 +72,7 @@ emulator-5554\tdevice
|
||||
});
|
||||
|
||||
it('should return only emulators if opts.emulators is true', () => {
|
||||
return Adb.devices({emulators: true}).then(devices => {
|
||||
return Adb.devices({ emulators: true }).then(devices => {
|
||||
expect(devices.length).toBe(1);
|
||||
expect(devices[0]).toBe(emulatorId);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user