mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-22 18:33:50 +01:00
d7eca0f9fe
* Update tslint-config-ikatyang from 0.10.0 to 1.0.1 * chore: add prettier * style: reformat with prettier * chore(package): update @types/node to version 8.0.15
7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
import { create_cheat_sheet } from './create-cheat-sheet';
|
|
|
|
test('create-cheat-sheet', async () => {
|
|
const cheat_sheet = await create_cheat_sheet();
|
|
expect(cheat_sheet).toMatchSnapshot();
|
|
});
|