UNPKG

mdextract

Version:

Extracts `/** code comments */` from code files and turns them into markdown docs. Supports JavaScript-style comments (other languages to come).

11 lines (8 loc) 253 B
global.chai = require('chai') global.assert = chai.assert global.expect = chai.expect chai.should() beforeEach -> global.sinon = require('sinon').sandbox.create() afterEach -> global.sinon.restore() before -> global.mdextract = require('../index')