Add tape-player 0.1.0 to devDependencies for logging output from tape test harness.

This commit is contained in:
David Anson 2020-02-15 11:22:16 -08:00
parent 6dff816f82
commit d171b6c6b7
4 changed files with 3 additions and 49 deletions

View file

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