Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

fulky

astorije19MIT0.2.0

readme

npm License Build Status

fulky

Usage

Use it with Mocha

Run it with:

mocha --compilers md:fulky/md-compiler *.md

Use it with Jasmine

In your spec/support/jasmine.json configuration file, add:

{
  "spec_dir": "spec",
  "spec_files": [
    "../*.md"
  ],
  "helpers": [
    "../node_modules/fulky/md-compiler.js"
  ]
}

Then run it with:

jasmine