Home
last modified time | relevance | path

Searched refs:getTestCases (Results 1 - 3 of 3) sorted by relevance

/third_party/node/test/fixtures/
H A Dprocess-exit-code-cases.js5 function getTestCases(isWorker = false) { function
136 exports.getTestCases = getTestCases;
/third_party/node/test/parallel/
H A Dtest-process-exit-code.js27 const { getTestCases } = require('../fixtures/process-exit-code-cases');
28 const testCases = getTestCases(false);
H A Dtest-worker-exit-code.js11 const { getTestCases } = require('../fixtures/process-exit-code-cases');
12 const testCases = getTestCases(true);

Completed in 2 milliseconds