Closed pedro-m-dietrich closed 2 months ago
The packages Mocha and Axios have been added to run tests on the server.
Mocha
Axios
The server code has been moved to the server.ts, while index.ts only starts up the server.
server.ts
index.ts
The packages
Mocha
andAxios
have been added to run tests on the server.The server code has been moved to the
server.ts
, whileindex.ts
only starts up the server.