MCPcopy Index your code
hub / github.com/import-js/eslint-plugin-import / testFilePath

Function testFilePath

tests/src/utils.js:24–26  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

22}
23
24export function testFilePath(relativePath) {
25 return path.join(process.cwd(), './tests/files', relativePath);
26}
27
28export function getTSParsers() {
29 return [

Callers 15

importType.jsFile · 0.90
named.jsFile · 0.90
testFunction · 0.90
testVersionFunction · 0.90
no-self-import.jsFile · 0.90
order.jsFile · 0.90
testFunction · 0.90

Calls

no outgoing calls

Tested by 2

testFunction · 0.72
testFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…