UNPKG

gray-matter-from-file

Version:

Extracts only the front matter from a file stream, and passes to the well known gray-matter library for parsing.

8 lines (6 loc) 153 B
import chai from 'chai'; import sinon from 'sinon'; global.chai = chai; global.expect = chai.expect; global.assert = chai.assert; global.sinon = sinon;