Skip to content

Commit

Permalink
test: track test begin/end
Browse files Browse the repository at this point in the history
  • Loading branch information
davisjam committed Feb 26, 2018
1 parent b23f662 commit 9a11030
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/index.js
Expand Up @@ -148,6 +148,8 @@ function testFile(engine, file, filename, index) {
delete marked._original;
}

console.log('#%d. Beginning %s.', index, filename);

if (opts.length) {
marked._original = marked.defaults;
marked.defaults = {};
Expand Down

0 comments on commit 9a11030

Please sign in to comment.