Skip to content

strothj/mocha-yaml-loader

Repository files navigation

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

About

A babel/register style hook to load yaml files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published