Skip to content

Commit aea86b2

Browse files
authored
Update system-tests/lib/system-tests.ts
1 parent 2913403 commit aea86b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-tests/lib/system-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ const startServer = function (obj) {
396396
app.use(Express.static(path.join(__dirname, '../projects/e2e'), {}) as Express.RequestHandler)
397397
}
398398

399-
return new Bluebird((resolve, reject) => {
399+
return new Bluebird((resolve) => {
400400
return srv.listen(port, () => {
401401
console.log(`listening on port: ${port}`)
402402
if (typeof onServer === 'function') {

0 commit comments

Comments
 (0)