testjavascript / nodejs-integration-tests-best-practices

✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (March 2024)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redundant initialize call

DanielGluskin opened this issue · comments

this line seems to be redundant as the server is initialized twice for each test.