Skip to content

Commit 9a11030

Browse files
committed
test: track test begin/end
1 parent b23f662 commit 9a11030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ function testFile(engine, file, filename, index) {
148148
delete marked._original;
149149
}
150150

151+
console.log('#%d. Beginning %s.', index, filename);
152+
151153
if (opts.length) {
152154
marked._original = marked.defaults;
153155
marked.defaults = {};

0 commit comments

Comments
 (0)