Convert sticker tests to TypeScript
This commit is contained in:
parent
994e4606ba
commit
8b9543aa67
1 changed files with 3 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
|||
// Copyright 2020 Signal Messenger, LLC
|
||||
// Copyright 2020-2022 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
/* global Signal */
|
||||
|
||||
const { Stickers } = Signal;
|
||||
import { assert } from 'chai';
|
||||
import * as Stickers from '../../types/Stickers';
|
||||
|
||||
describe('Stickers', () => {
|
||||
describe('getDataFromLink', () => {
|
Loading…
Reference in a new issue