mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -5,11 +5,11 @@ import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import type { MenuItem } from 'electron';
|
||||
import { BrowserWindow, Tray, nativeImage } from 'electron';
|
||||
import { MINUTE } from '../../util/durations/index.std.js';
|
||||
import { MINUTE } from '../../util/durations/index.std.ts';
|
||||
|
||||
import type { SystemTrayServiceOptionsType } from '../../../app/SystemTrayService.main.js';
|
||||
import { SystemTrayService } from '../../../app/SystemTrayService.main.js';
|
||||
import i18n from '../util/i18n.node.js';
|
||||
import type { SystemTrayServiceOptionsType } from '../../../app/SystemTrayService.main.ts';
|
||||
import { SystemTrayService } from '../../../app/SystemTrayService.main.ts';
|
||||
import i18n from '../util/i18n.node.ts';
|
||||
|
||||
describe('SystemTrayService', function (this: Mocha.Suite) {
|
||||
// These tests take more time on CI in some cases, so we increase the timeout.
|
||||
|
||||
Reference in New Issue
Block a user