b73cf2e272
* starting * adding tests to prove the expected behavior occurs around force starting a quest. part of #7653 * fixing up tests and adding functionality to remove user from quest if they are not in the questing party * adding code to handle when the user is deleted and added a test around that situation * fixing up comments
How to run tests:
npm testis equivalent togulp test:api-v3which will run, in order,gulp lint,gulp test:api-v3:unitandgulp test:api-v3:integration. If one of these fails, the wholenpm testcommand blocks and fails. Each of these commands can also be run as a standalone command.- To run the server and the integrations tests in two different terminals (to better inspect the output in the server) run
npm startin one andnpm test:api-v3:integration:separate-serverin the other