Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

markrun-test

Build StatusNPM versionNPM downloads

varmarkrun=require('markrun')vartest=require('markrun-test')describe('markrun-test',function(){describe('read&eql',function(){it("should return {html:'',md:'', path: '/Users/...'}",function(){varfile=test.read(__dirname,'basic','some')test.eql(markrun('**strong**'),file.html,file.path,// write html filetrue)})})})

output:basic

read(arguments)

vartest=require('markrun-test')varfile=test.read(__dirname,'basic','some')/*{ html: '<!DOCTYPE html>\...<strong>strong</strong></p></body>\n</html>', md: '**strong**\n', path: '/Users/nimo/Documents/git/markrun-test/basic/some'}*/

eql(output, should, path, writeHTMLFile)

test.eql(markrun('**strong**'),file.html,file.path,// write html filetrue)

About

markrun test util

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages