Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 371 Bytes

File metadata and controls

21 lines (14 loc) · 371 Bytes

jquery-example

This example is based on the TodoMVC jQuery Example.

Setup

  1. Install the JRE or JDK. This demo uses Selenium, which requires Java, to run WebDriver tests.

  2. Install node modules

    npm install
    

Running tests

To run the unit and functional tests in Chrome:

$ npm test