UNPKG

mammoth-style

Version:

Convert Word documents (.docx files) to HTML (with style)

11 lines (6 loc) 271 B
var assert = require("assert"); var mammoth = require("../"); var test = require("./test")(module); test('mammoth.images.inline() should be an alias of mammoth.images.imgElement()', function() { assert.ok(mammoth.images.inline === mammoth.images.imgElement); });