Add simple in-process test reporter for tape output.

This commit is contained in:
David Anson 2020-01-09 20:57:14 -08:00
parent 3c100a21ff
commit 6d9cbfe7be
3 changed files with 49 additions and 0 deletions

View file

@ -6,6 +6,7 @@ const fs = require("fs");
const path = require("path");
const glob = require("glob");
const tape = require("tape");
require("./tape-reporter");
const markdownlint = require("../lib/markdownlint");
const { utf8Encoding } = require("../helpers");