/generator-procurify-test

Yeoman generator to scaffold module tests

Primary LanguageJavaScript

Procurify Test Generator

Installation

First, install Yeoman and generator-procurify-test using npm (we assume you have pre-installed node.js).

npm install -g yo

Navigate to the Procurify project directory and install this generator. It should already be included in the package.json:

npm install

Then generate your tests in the Procurify project directory:

yo procurify-test

Follow the steps in terminal. Make sure the module name entered is the exact same as the folder/file names.