Searched refs:wantsError (Results 1 – 2 of 2) sorted by relevance
/third_party/node/test/parallel/ |
D | test-cli-node-options.js | 88 function expectNoWorker(opt, want, command, wantsError) { argument 89 expect(opt, want, command, wantsError, false); 93 opt, want, command = 'console.log("B")', wantsError = false, testWorker = true argument 106 if (wantsError) { 121 workerTest(opts, command, wantsError, test('worker')); 133 function workerTest(opts, command, wantsError, test) { argument 146 assert.strictEqual(code, wantsError ? 1 : 0);
|
/third_party/node/test/es-module/ |
D | test-esm-type-field-errors.js | 36 function expect(opt = '', inputFile, want, wantsError = false) { argument 43 if (wantsError) {
|