Lines Matching refs:tests
61 // TODO(BridgeAR): Add tests for lines that exceed the maximum columns.
62 const tests = [
267 const numtests = tests.length;
283 const opts = tests.shift();
314 console.error(`Failed test # ${numtests - tests.length}`);
332 console.error(`Failed test # ${numtests - tests.length}`);
343 console.error(tests[numtests - tests.length - 1]);
344 throw new Error(`Failed test # ${numtests - tests.length}`);
360 // run the tests