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
+1 -1
View File
@@ -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);
});