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 } }