1.0.3 • Published 7 years ago

mocha-yaml-loader v1.0.3

Weekly downloads
2,782
License
MIT
Repository
github
Last release
7 years ago

mocha-yaml-loader

A babel/register style hook to load yaml files.

It allows your mocha tests to use code with imports like:

import swaggerDoc from './swagger.yaml';

Installation

$ npm install --save-dev mocha-yaml-loader
$ yarn add --dev mocha-yaml-loader

Usage

mocha --require mocha-yaml-loader

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago