Searched refs:fixturePath (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/npm/test/tap/ |
D | unpublish-config.js | 9 var fixturePath = path.join(pkg, 'fixture_npmrc') variable 23 fixturePath, 47 '--userconfig', fixturePath,
|
/third_party/node/test/es-module/ |
D | test-esm-unknown-or-no-extension.js | 17 ].forEach((fixturePath) => { 18 const entry = fixtures.path(fixturePath);
|
/third_party/node/test/embedding/ |
D | test-embedding.js | 40 const fixturePath = JSON.stringify(fixtures.path('exit.js')); constant 42 child_process.spawnSync(binary, [`require(${fixturePath})`, 92]).status,
|
/third_party/node/test/parallel/ |
D | test-repl-tab-complete.js | 466 const fixturePath = `${readFileSync}../fixtures/test-repl-tab-completion`; constant 467 testMe.complete(fixturePath, common.mustCall((err, data) => { 474 testMe.complete(`${fixturePath}/hello`, 482 testMe.complete(`${fixturePath}/.h`, 496 const testPath = fixturePath.slice(0, -1);
|