From 5402f644021c420b8b45e8d0cec6e7cba1f7a4c2 Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Mon, 23 May 2022 14:06:44 +0300 Subject: [PATCH] Improve name of behaviour Co-authored-by: Janne Savolainen Signed-off-by: Iku-turso --- ...test.ts.snap => periodical-checking-of-updates.test.ts.snap} | 2 +- ...matically.test.ts => periodical-checking-of-updates.test.ts} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/behaviours/application-update/__snapshots__/{checking-for-updates-automatically.test.ts.snap => periodical-checking-of-updates.test.ts.snap} (54%) rename src/behaviours/application-update/{checking-for-updates-automatically.test.ts => periodical-checking-of-updates.test.ts} (98%) diff --git a/src/behaviours/application-update/__snapshots__/checking-for-updates-automatically.test.ts.snap b/src/behaviours/application-update/__snapshots__/periodical-checking-of-updates.test.ts.snap similarity index 54% rename from src/behaviours/application-update/__snapshots__/checking-for-updates-automatically.test.ts.snap rename to src/behaviours/application-update/__snapshots__/periodical-checking-of-updates.test.ts.snap index b8012d142a..84fa35ae04 100644 --- a/src/behaviours/application-update/__snapshots__/checking-for-updates-automatically.test.ts.snap +++ b/src/behaviours/application-update/__snapshots__/periodical-checking-of-updates.test.ts.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`checking for updates automatically given updater is enabled and configuration exists, when started renders 1`] = ` +exports[`periodical checking of updates given updater is enabled and configuration exists, when started renders 1`] = `
{ +describe("periodical checking of updates", () => { let applicationBuilder: ApplicationBuilder; let processCheckingForUpdatesMock: AsyncFnMock<() => Promise>;