We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4f3bd6 + 27e1239 commit 5734363Copy full SHA for 5734363
src/elapsed.js
@@ -17,8 +17,6 @@
17
* is invoked with a `tracked` object as an argument.
18
* @return {*} Result of the wrapped callback function. The result of the
19
* `task` callback will be returned unchanged.
20
- * @todo #368:30min Decide if the `elapsed` utility function is in the right place,
21
- * consider relocating it and its test file if needed
22
*/
23
module.exports.elapsed = function elapsed(task) {
24
const startTime = Date.now();
0 commit comments