mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add tape-player 0.1.0 to devDependencies for logging output from tape test harness.
This commit is contained in:
parent
6dff816f82
commit
d171b6c6b7
4 changed files with 3 additions and 49 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue