1.0.3 • Published 9 years ago
mocha-yaml-loader v1.0.3
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-loaderUsage
mocha --require mocha-yaml-loader