pub fn ecmascript_is_test_path(rel_path: &str) -> bool
ECMAScript test conventions, shared by the JS and TS plugins: *.test.* / *.spec.* files and anything under __tests__, __mocks__, tests or test directories.
*.test.*
*.spec.*
__tests__
__mocks__
tests
test