gracelungu / todo-app-express

0 stars 0 forks source link

Configure Automated Testing in Express App #4

Open gracelungu opened 11 months ago

gracelungu commented 11 months ago

Description:

We need to set up automated testing in our Express app to ensure that our code is bug-free and ships smoothly like a sailboat on a calm sea. Let’s use Mocha as our testing framework and Chai for assertions.

Acceptance Criteria:

Install Mocha and Chai as dev dependencies. Set up a test script in our package.json. Configure Mocha to look for tests in a test directory. Write a simple test to ensure everything is working as expected

chatcody[bot] commented 11 months ago

I'm on it. Starting with the first task, reading necessary files to understand the issue.