mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 10:52:46 +00:00
Adding newlines to div injection for blocks
This commit is contained in:
@@ -88,6 +88,9 @@ describe('Brew Data', () => {
|
||||
}).then((brew) => {
|
||||
brew.should.have.property('title').equal('Actual Title');
|
||||
});
|
||||
});
|
||||
it.skip('should work with "# title"', ()=>{
|
||||
|
||||
});
|
||||
it('should use the first header found if no title provided', () => {
|
||||
return BrewData.create({
|
||||
|
||||
Reference in New Issue
Block a user