Skip to main content

ecmascript_is_test_path

Function ecmascript_is_test_path 

Source
pub fn ecmascript_is_test_path(rel_path: &str) -> bool
Expand description

ECMAScript test conventions, shared by the JS and TS plugins: *.test.* / *.spec.* files and anything under __tests__, __mocks__, tests or test directories.