mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Enforce node: schema for builtins, import extensions
This commit is contained in:
@@ -3,14 +3,17 @@
|
||||
|
||||
import { assert } from 'chai';
|
||||
import * as sinon from 'sinon';
|
||||
import { RowType, _testHeaderText } from '../../../components/ConversationList';
|
||||
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper';
|
||||
import {
|
||||
RowType,
|
||||
_testHeaderText,
|
||||
} from '../../../components/ConversationList.js';
|
||||
import { FindDirection } from '../../../components/leftPane/LeftPaneHelper.js';
|
||||
import {
|
||||
getDefaultConversation,
|
||||
getDefaultGroupListItem,
|
||||
} from '../../../test-helpers/getDefaultConversation';
|
||||
} from '../../../test-helpers/getDefaultConversation.js';
|
||||
|
||||
import { LeftPaneComposeHelper } from '../../../components/leftPane/LeftPaneComposeHelper';
|
||||
import { LeftPaneComposeHelper } from '../../../components/leftPane/LeftPaneComposeHelper.js';
|
||||
|
||||
describe('LeftPaneComposeHelper', () => {
|
||||
let sinonSandbox: sinon.SinonSandbox;
|
||||
|
||||
Reference in New Issue
Block a user