You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test.equals(returnObject.markdown,'<h2>A Simple Include</h2>\n<p>This pattern contains an include of <code>test-bar</code>. It also has this markdown file, which does not have frontmatter.</p>\n');
19
-
test.done();
20
-
},
21
-
'parses pattern description block correctly when frontmatter present' : function(test){
21
+
test.end();
22
+
});
23
+
24
+
tap.test('parses pattern description block correctly when frontmatter present',function(test){
0 commit comments