79475954

Date: 2025-02-28 15:11:58
Score: 1
Natty:
Report link

If you want to suppress a specific console output, you may use onConsoleLog handler.

test: {
  ...
  onConsoleLog(log) {
    if (log.includes('injection "feathersClient" not found') return false
  }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: VChet