mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-19 18:01:29 +00:00
'Created
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
const testing = require('./test.init.js');
|
||||
|
||||
const Markdown = require('../shared/homebrewery/markdown.new.js');
|
||||
|
||||
describe('Markdown', ()=>{
|
||||
|
||||
it('should do a thing', ()=>{
|
||||
|
||||
const res = Markdown.render(`
|
||||
test
|
||||
<div> cool stuff </div>
|
||||
test2
|
||||
`)
|
||||
console.log(res);
|
||||
|
||||
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user