Home
last modified time | relevance | path

Searched defs:fixturesDir (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/common/
Dfixtures.js6 const fixturesDir = path.join(__dirname, '..', 'fixtures'); constant
23 fixturesDir, property
/third_party/node/test/tools/
Dtest_checkimports.py27 fixturesDir = path.join(path.dirname(__file__), '..', '..', variable in CheckImportsTest