Reduce debug output in tests
This commit is contained in:
parent
74f864bee1
commit
c0c67ce80f
20 changed files with 109 additions and 5 deletions
2
lib/fingerprints.test.js
generated
2
lib/fingerprints.test.js
generated
|
|
@ -14,6 +14,8 @@ const ava_1 = __importDefault(require("ava"));
|
|||
const fs = __importStar(require("fs"));
|
||||
const path = __importStar(require("path"));
|
||||
const fingerprints = __importStar(require("./fingerprints"));
|
||||
const testing_utils_1 = require("./testing-utils");
|
||||
testing_utils_1.silenceDebugOutput(ava_1.default);
|
||||
function testHash(t, input, expectedHashes) {
|
||||
let index = 0;
|
||||
let callback = function (lineNumber, hash) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue