Spaces:
Sleeping
Sleeping
| ; | |
| const Ignore = require('./ignore'); | |
| const internals = {}; | |
| module.exports = function () { | |
| return new Promise(Ignore); // $lab:coverage:ignore$ | |
| }; | |