mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { SystemTraySetting } from '../../types/SystemTraySetting.std.js';
|
||||
import { SystemTraySetting } from '../../types/SystemTraySetting.std.ts';
|
||||
|
||||
import type { ConfigType } from '../../../app/base_config.node.js';
|
||||
import { SystemTraySettingCache } from '../../../app/SystemTraySettingCache.node.js';
|
||||
import type { ConfigType } from '../../../app/base_config.node.ts';
|
||||
import { SystemTraySettingCache } from '../../../app/SystemTraySettingCache.node.ts';
|
||||
|
||||
describe('SystemTraySettingCache', () => {
|
||||
let sandbox: sinon.SinonSandbox;
|
||||
|
||||
Reference in New Issue
Block a user