SkillAgentSearch skills...

Monologue

Sample application to demonstrate TDD and design patterns in JavaScript

Install / Use

/learn @bkeepers/Monologue
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

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
    
View on GitHub
GitHub Stars24
CategoryDesign
Updated1y ago
Forks8

Languages

JavaScript

Security Score

60/100

Audited on May 17, 2024

No findings