mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Prefer import type when importing types
This commit is contained in:
@@ -5,7 +5,7 @@ import { assert } from 'chai';
|
||||
|
||||
import { _analyzeSenderKeyDevices, _waitForAll } from '../../util/sendToGroup';
|
||||
|
||||
import { DeviceType } from '../../textsecure/Types.d';
|
||||
import type { DeviceType } from '../../textsecure/Types.d';
|
||||
|
||||
describe('sendToGroup', () => {
|
||||
describe('#_analyzeSenderKeyDevices', () => {
|
||||
|
||||
Reference in New Issue
Block a user