1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2026-02-06 07:05:18 +01:00

test: add tests

This commit is contained in:
ikatyang
2017-07-15 23:39:24 +08:00
parent e33fa33e1e
commit f2ef508b20
10 changed files with 2486 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
"repository": "https://github.com/ikatyang/emoji-cheat-sheet/tree/generator",
"scripts": {
"lint": "tslint -p ./tsconfig.json",
"generate": "node ./scripts/generate.js"
"test": "jest -c ./jest.json"
},
"dependencies": {
"cheerio": "^0.22.0",