Skip to content

fabbarix/babysitter-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accenture BabySitter Kata

This is my sumbission for the Kata.

Requirements

This code has the following requirements:

  • nodejs installed, at least version 12.2.0
  • npm installed, at least version 6.9.0

The remaining requirements will be installed in the next section.

Setting up

Before running the code or the tests, make sure to install the required npm libraries:

npm i

This will download and install the libraries from the remote npm registry, so make sure you have a working internet connection.

Running the code

To run the code execute:

npm start

Running the BDD tests

You can easily run the BDD tests by executing:

npm test

Running the Unit tests

You can run the unit tests by running:

npm run dev:test

The results of the tests will be shown as the specs are run.

About

Testing my JS chops for fun and profit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published