mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Mention test focusing and skipping in CONTRIBUTING (#2514)
This commit is contained in:
parent
68da536d79
commit
0db3e21884
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue