bashovski / canzona

Play, browse and explore World's music in one place - built using MERN stack.
0 stars 0 forks source link

Integrate JEST with Taskfile #15

Open bashovski opened 4 years ago

bashovski commented 4 years ago

Since Taskfile has already been added to be used for running and serving required instances of the api, ui and redis server, it is needed to provide commands for testing current codebase. Therefore, this integration should consist of a mutual command which will call each test (npm test or only 'jest').