Closed OmkarPh closed 1 year ago
LGTM @OmkarPh, thanks!
Some minor things to note:
- Are https://github.com/nexB/scancode-workbench/tree/feature/unittests/test-old and https://github.com/nexB/scancode-workbench/tree/feature/unittests/test-db used currently and if not should they not be removed entirely?
This, was fixed in other branch. If you see the v4.0-react-typescript branch, these don't exist there
- The husky pre-commit increases the time to create commits, and usually we run only linters and other smaller/faster checks in pre-commits, and not the full test-suite? This time will increase when there are more comprehensive tests so this is something that should be considered.
But we can do these separately too, feel free to merge.
Ohk, lets discuss about this later
Also fixes #601