1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/core/__mocks__/electron-updater.ts
Jari Kolehmainen 7b6d2fb20d disable workspaces for now
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
2023-01-10 15:28:05 +02:00

8 lines
253 B
TypeScript

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
// This mock exists because library causes criminal side-effect on import
export const autoUpdater = {};