From 0db3e21884845ccee17c61139e7ae8d63519d24a Mon Sep 17 00:00:00 2001 From: Aaron Sikes Date: Fri, 8 Jul 2016 13:57:41 -0400 Subject: [PATCH] Mention test focusing and skipping in CONTRIBUTING (#2514) --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 462fdc6b7..b3d864026 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,6 +42,8 @@ This will run the full suite of automated unit tests. We use [Jasmine 1.3](http: It runs all tests inside of the `/spec` folder and all tests inside of `/internal_packages/**/spec` +You may skip certain tests (temporarily) with `xit` and `xdescribe`, or focus on only certain tests with `fit` and `fdescribe`. + ### Creating binaries Once you've checked out N1 and run `script/bootstrap`, you can create a packaged