MCPcopy Index your code
hub / github.com/exceljs/exceljs / runTest

Function runTest

test/testPerformance.js:139–149  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

137}
138
139function runTest(options) {
140 const stopwatch = new HrStopwatch();
141 stopwatch.start();
142 return Promise.resolve(options)
143 .then(execute)
144 .then(() => {
145 stopwatch.stop();
146 console.log(`Time: ${stopwatch}`);
147 return stopwatch.span;
148 });
149}
150
151function runTests(options) {
152 return function() {

Callers 1

runTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…