mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 15:45:39 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,7 +5,7 @@ import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import type { PowerSaveBlocker } from 'electron';
|
||||
|
||||
import { PreventDisplaySleepService } from '../../../app/PreventDisplaySleepService.std.js';
|
||||
import { PreventDisplaySleepService } from '../../../app/PreventDisplaySleepService.std.ts';
|
||||
|
||||
describe('PreventDisplaySleepService', () => {
|
||||
class FakePowerSaveBlocker implements PowerSaveBlocker {
|
||||
|
||||
Reference in New Issue
Block a user