flagpole
Version:
Simple and fast DOM integration, headless or headful browser, and REST API testing framework.
16 lines • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.lineToVerbosity = {
resultFailure: 10,
resultOptionalFailure: 30,
resultPass: 50,
comment: 50,
detail: 50,
h1: 20,
h2: 30,
h3: 40,
decoration: 50,
debugInfo: 90,
summaryData: 50,
};
//# sourceMappingURL=verbosity.js.map