Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

bkeepers/monologue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a demo application to accompany my talk The Plight of Pinocchio: JavaScript's quest to become a real language

Running the Tests

The integration tests use Cucumber and the unit tests use Evergreen, both of which are Ruby projects.

  1. Install Ruby

  2. Install bundler

     gem install bundler
    
  3. From the directory that this file is in, run:

     bundle
    
  4. Run the cucumber tests with:

     bundle exec cucumber
    
  5. Run the unit tests with:

     bundle exec evergreen run
    

About

Sample application to demonstrate TDD and design patterns in JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published