Skip to content
Snippets Groups Projects
Commit e31c2bab authored by Waylon Flinn's avatar Waylon Flinn
Browse files

comments

parent ae37a845
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ var md = require('markdown-it')()
testLoad(path.join(__dirname, 'fixtures/default.txt'), function(data){
data.fixtures.forEach(function (fixture){
/* generic test definition code using tape */
tape(fixture.header, function(t){
t.plan(1);
......@@ -22,5 +23,7 @@ testLoad(path.join(__dirname, 'fixtures/default.txt'), function(data){
//generate(, { "assert" : t.assert }, md);
});
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment