Configure Long
before requiring compiled protobuf
This commit is contained in:
parent
6d97976179
commit
e8651afa0b
4 changed files with 19 additions and 9 deletions
|
@ -2,12 +2,14 @@
|
|||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { Writer } from 'protobufjs';
|
||||
import protobuf from '../protobuf/wrap';
|
||||
|
||||
import * as Bytes from '../Bytes';
|
||||
import { SignalService as Proto } from '../protobuf';
|
||||
import { ContactBuffer, GroupBuffer } from '../textsecure/ContactsParser';
|
||||
|
||||
const { Writer } = protobuf;
|
||||
|
||||
describe('ContactsParser', () => {
|
||||
function generateAvatar(): Uint8Array {
|
||||
const result = new Uint8Array(255);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue