LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chore: package-lock.json files necessity of existence

yuluo-yx opened this issue · comments

image

It doesn't seem to be of any use and I think it needs to be removed.

commented

See the explanation from stack overflow.

Maybe the above link is about this file, which only works for npm-managed projects, and obviously the root dependency is managed by go mod, not npm.

https://github.com/LinuxSuRen/api-testing/blob/master/console/atest-ui/package-lock.json

commented

You are right.