Last active
October 31, 2019 16:00
-
-
Save goldbergyoni/1e11998b9247584e3cd33e6656a71f92 to your computer and use it in GitHub Desktop.
API setup for component tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //open API connection | |
| expressApp = express(); | |
| expressConnection = expressApp.listen(() => { //no port specified | |
| apiUnderTest(expressApp); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment