diff --git a/test-e2e/e2e.spec.js b/test-e2e/e2e.spec.js index e02eb4a..c1219a0 100644 --- a/test-e2e/e2e.spec.js +++ b/test-e2e/e2e.spec.js @@ -115,9 +115,9 @@ describe('gatt e2e', () => { }) }) - console.log({notifiedString: res.toString()}) + console.log({ notifiedString: res.toString() }) expect(res).toBeInstanceOf(Buffer) - expect(res.toString().startsWith("Notification data")).toBeTruthy() + expect(res.toString().startsWith('Notification data')).toBeTruthy() await notifiableCharacteristic.stopNotifications() })