mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 08:58:19 +01:00
Bundle everything with rolldown
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
|
||||
import { difference, isEqual, remove, toggle } from '../../util/setUtil.std.js';
|
||||
import { difference, isEqual, remove, toggle } from '../../util/setUtil.std.ts';
|
||||
|
||||
describe('set utilities', () => {
|
||||
const original = new Set([1, 2, 3]);
|
||||
|
||||
Reference in New Issue
Block a user