Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「test-packages」コマンドを使用して meteor パッケージ テストを実行しています。
meteor test-packages --once --driver-package 'test-in-console' -p 4096 package:name
パターンを指定して、1 つのテストまたはテストのサブセットのみを実行できるようにしたいと考えています。これは可能ですか?