Move test script to /scripts

This commit is contained in:
freearhey
2019-11-02 14:10:57 +03:00
parent 9dd844a417
commit f1b03fee8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "iptv",
"scripts": {
"test": "node test/index.js",
"test": "node scripts/test.js",
"generate": "node scripts/generate.js",
"format": "node scripts/format.js",
"update-readme": "node scripts/update-readme.js"