UNPKG

testplane

Version:

Tests framework based on mocha and wdio

9 lines 302 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AVAILABLE_FORMATTERS = exports.Formatters = void 0; exports.Formatters = { LIST: "list", TREE: "tree", }; exports.AVAILABLE_FORMATTERS = Object.values(exports.Formatters); //# sourceMappingURL=constants.js.map