mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 02:18:15 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { getServerAlertToShow } from '../../util/handleServerAlerts.preload.js';
|
||||
import { ServerAlert } from '../../types/ServerAlert.std.js';
|
||||
import { DAY, MONTH, WEEK } from '../../util/durations/index.std.js';
|
||||
import { getServerAlertToShow } from '../../util/handleServerAlerts.preload.ts';
|
||||
import { ServerAlert } from '../../types/ServerAlert.std.ts';
|
||||
import { DAY, MONTH, WEEK } from '../../util/durations/index.std.ts';
|
||||
|
||||
describe('serverAlerts', () => {
|
||||
it('should prefer critical alerts', () => {
|
||||
|
||||
Reference in New Issue
Block a user