Convert sticker tests to TypeScript

This commit is contained in:
Evan Hahn 2022-05-31 21:34:28 +00:00 committed by GitHub
parent 994e4606ba
commit 8b9543aa67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', () => {