Skip to content

utibenoah/testing_asynchronous_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous Code Testing

Purpose

To test the CSV export features of the TODO module.This will print all the TODOs in store along with the completed status to a file. This requires the use of fs module, a built-in Node.js module for working with the file system.

Objectives

This test will do two things:

  • confirm that the file exists in the first place, and
  • then verify that it has the right contents

clone repository

git clone 

install depenccies

npm install

run test

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published