We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e46ed5 commit 97ecdc9Copy full SHA for 97ecdc9
1 file changed
packages/core/test/test_util/index.js
@@ -20,13 +20,9 @@ module.exports = {
20
getTestAppLogger: require('./log').getLogger,
21
createFakeLogger: () => {
22
return {
23
- debug: msg => {
24
- console.log(msg);
25
- },
+ debug: () => {},
26
info: () => {},
27
- warn: msg => {
28
29
+ warn: () => {},
30
error: () => {},
31
trace: () => {}
32
};
0 commit comments