Skip to content

lnolazco/hutoma-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUTOMA TEST

Description

This project was bootstrapped with Create React App.

Basically this app uses:

  • React
  • Redux
  • Jest

How to install

  • Clone the repo git clone git@github.com:lnolazco/hutoma-test.git
  • Go to project folder cd hutoma-test
  • Install the dependencies npm install

Run the app

Execute the following command: npm start

Open http://localhost:3000 to view it in the browser.

Run tests

Launch the test runner in the interactive watch mode. npm test

Coverage Reporting

Jest has an integrated coverage reporter that works well with ES6 and requires no configuration.
Run npm test -- --coverage

Pending tasks

  • Complete unit tests
  • Add more code coverage
  • Add functional tests
  • Add css preprocessor like sass or less.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published