UNPKG

testplane

Version:

Tests framework based on mocha and wdio

10 lines 252 B
export default function getLogger() { return { log: () => { }, info: () => { }, warn: () => { }, error: () => { }, }; } getLogger.setLogLevelsConfig = () => { }; //# sourceMappingURL=@testplane-wdio-logger.js.map