mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Improve name of behaviour
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
parent
b1f577399c
commit
5402f64402
@ -1,6 +1,6 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
// 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`] = `
|
||||||
<body>
|
<body>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
@ -14,7 +14,7 @@ import startCheckingForUpdatesInjectable from "../../main/application-update/per
|
|||||||
|
|
||||||
const ENOUGH_TIME = 1000 * 60 * 60 * 2;
|
const ENOUGH_TIME = 1000 * 60 * 60 * 2;
|
||||||
|
|
||||||
describe("checking for updates automatically", () => {
|
describe("periodical checking of updates", () => {
|
||||||
let applicationBuilder: ApplicationBuilder;
|
let applicationBuilder: ApplicationBuilder;
|
||||||
let processCheckingForUpdatesMock: AsyncFnMock<() => Promise<void>>;
|
let processCheckingForUpdatesMock: AsyncFnMock<() => Promise<void>>;
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user