Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Installation

Install

npm i pangolier --save-dev

Add test script to package.json

 {
    "scripts": {
        "test": "pangolier ./tests"
    }
 }

Run

npm test

Runs against all the .yaml files in the specified directory