opentiny / tiny-engine-webservice

Tiny Engine Web Service is a RESTful API responsible for providing data services, code generation services, and code release services to the front end. It does not directly operate on the database, and data operations request interfaces from TinyEngine Data Center.
MIT License
35 stars 32 forks source link

Add new unit test #4

Closed lu-yg closed 8 months ago

lu-yg commented 8 months ago

添加单元测试,运行命令: npm run cov,执行完成可在浏览器打开tiny-engine-webservice\coverage\lcov-report\index.html进行查看