I'm using the "test-packages" command to run my meteor package tests.
meteor test-packages --once --driver-package 'test-in-console' -p 4096 package:name
I'd like to be able to run only one test or a subset of tests given a pattern. Is this possible?