Commit de90bde
committed
Include linting of unit tests
Allow linter for unit tests and fix all errors.
Add public method in liveSyncService that should be used to delete files when LiveSync operation is in progress.
This way, when user deletes file in Proton, the application will call `liveSyncService.deleteFiles` method for it and it will be removed from device.1 parent 5f25370 commit de90bde
File tree
5 files changed
+8
-10
lines changed- lib
- test
5 files changed
+8
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
- README.md+45-44
- appbuilder/project/project-base.ts+1-2
- appbuilder/services/livesync/android-livesync-service.ts+16-3
- appbuilder/services/livesync/livesync-service.ts+13-21
- declarations.d.ts+7
- definitions/logger.d.ts+10-10
- definitions/mobile.d.ts+5-3
- mobile/android/android-application-manager.ts+17-4
- mobile/android/android-livesync-service.ts+4
- mobile/application-manager-base.ts+21-5
- mobile/ios/device/ios-application-manager.ts+3-3
- mobile/ios/simulator/ios-simulator-application-manager.ts+3-2
- mobile/local-to-device-path-data-factory.ts+1-1
- mobile/mobile-core/devices-service.ts+41-26
- package.json+1-1
- services/livesync-service-base.ts+10-5
- test/unit-tests/mobile/devices-service.ts+10-6
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
385 | | - | |
386 | | - | |
| 385 | + | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| |||
0 commit comments