Is there a way for pm.test function to not print out successful assertions?

Hello,

I was just wondering if itโ€™s possible to not output successful assertions (which I know can be done with a flag in Newman) in Postman.

Should I resort to vanilla Javascript or use assert from Chai?