()
| 88 | } |
| 89 | |
| 90 | async function startServerAsync() { |
| 91 | await new Promise((resolve, reject) => { |
| 92 | startServer({}, () => { |
| 93 | console.log('\n'); |
| 94 | resolve(); |
| 95 | }); |
| 96 | }); |
| 97 | } |
| 98 | |
| 99 | function stopServer() { |
| 100 | browserSync.exit(); |
nothing calls this directly
no test coverage detected
searching dependent graphs…