Closed
Description
We have some script which may be called by npm run seed
https://github.com/topcoder-platform/tc-project-service/blob/feature/seed-projects/src/tests/seed.js#L1.
I don't find any place or documentation on when it should be called. But it looks like it was created to be called before tests. But I don't see we call it now during tests.
Is there anybody knows the purpose of this script? Maybe we can safely remove it?
cc @vikasrohit