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
|
// SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
/* global Signal */
|
import { assert } from 'chai';
|
||||||
|
import * as Stickers from '../../types/Stickers';
|
||||||
const { Stickers } = Signal;
|
|
||||||
|
|
||||||
describe('Stickers', () => {
|
describe('Stickers', () => {
|
||||||
describe('getDataFromLink', () => {
|
describe('getDataFromLink', () => {
|
Loading…
Add table
Add a link
Reference in a new issue