We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2913403 commit aea86b2Copy full SHA for aea86b2
system-tests/lib/system-tests.ts
@@ -396,7 +396,7 @@ const startServer = function (obj) {
396
app.use(Express.static(path.join(__dirname, '../projects/e2e'), {}) as Express.RequestHandler)
397
}
398
399
- return new Bluebird((resolve, reject) => {
+ return new Bluebird((resolve) => {
400
return srv.listen(port, () => {
401
console.log(`listening on port: ${port}`)
402
if (typeof onServer === 'function') {
0 commit comments