FX 冒烟测试

查找并运行受当前变更影响的测试。

USAGE:
  fx smoke-test [--verbose] [--dry-run] [fx test args]

  --verbose: print verbose messages
  --dry-run: don't run affected tests (useful with --verbose)
  Additional args will be passed to `fx test` if affected tests are found.

  Recommended: fx -i smoke-test
  Runs smoke testing every time you save changes to your work.

冒烟测试源代码