In the command :
npm test -t mongoclient
What is the meaning and use of -t ?
This might be a simple question, but didn’t succeed to get an answer. I also noticed that if I execute the command without the " -t "
npm test mongoclient
I get the same successful result.
Thanks