You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there are two scripts in order to test the server. One to start the test server and the second one to execute the tests. Is there a way to put this into one command for being able to test in only one command line tab? I am looking for something like this but it didn't work for me.
The text was updated successfully, but these errors were encountered:
The only way I can think of is refactoring the code and moving database seeding and server startup within a test setup file.
I am creating a pull request for this.
Hello
I've been working on a Typescript version of this repo (intending to make a PR once done)
It is still WIP but i refactored a few things already, including e2e tests with Jest*, running in one command.
Thank you for sharing @Sharlaan 👍 A TypeScript version would be great for #41 but I would want to try to only introduce TS and nothing else to keep the tutorial still relevant :)
At the moment, there are two scripts in order to test the server. One to start the test server and the second one to execute the tests. Is there a way to put this into one command for being able to test in only one command line tab? I am looking for something like this but it didn't work for me.
The text was updated successfully, but these errors were encountered: