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.
随着新的流星版本 0.6.0,也可以使用流星测试框架进行应用程序测试。是否可以只运行应用程序包中的应用程序测试,而不运行所有流星测试?
是的,只需运行:meteor test-packages <package name(s)>. 如需更多信息,meteor test-packages --help.
meteor test-packages <package name(s)>
meteor test-packages --help