there are actually 34 _test_ folders vs 16 _tests_ folders, so I guess it is time to normalize them all to _tests_ since it seems to be the one recommended by jest https://jestjs.io/docs/configuration
$ find ./ -type d -name '__test__' ! -path "*/node_modules/*" | wc -l 34 $ find ./ -type d -name '__tests__' ! -path "*/node_modules/*" | wc -l 16
- is duplicated by
-
OCMUI-1733 Standardize on __tests__ not __test__
- Closed
- mentioned on