rsnext/test/integration/flying-shuttle/run-server.js
Joe Haddad 510815a7ac
Add Flying Shuttle tests (#7000)
* Add Flying Shuttle tests

* Test second version of server

* Finish first version of tests

* Apply suggestions from code review

Co-Authored-By: Timer <timer150@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Timer <timer150@gmail.com>
2019-04-10 17:08:19 -04:00

2 lines
95 B
JavaScript

const start = require('./server')
start(3000).then(() => console.log('http://localhost:3000'))