change test

This commit is contained in:
Vick Scarlet
2021-08-17 12:19:18 +08:00
parent 0865df55ee
commit 776bc33de1
3 changed files with 51 additions and 257 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "xlsx_transform",
"type": "module",
"bin": "convert.js",
"bin": "test/index.js",
"scripts": {
"test": "node test",
"xlsxTransform": "node utils/xlsxTransform.js data"
},
"dependencies": {