We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1de032 commit b69cc02Copy full SHA for b69cc02
packages/core/__mocks__/rslog.cjs
@@ -1,5 +1,6 @@
1
module.exports = {
2
logger: {
3
warn: () => {},
4
+ override: () => {},
5
},
6
};
0 commit comments