mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Mention test focusing and skipping in CONTRIBUTING (#2514)
This commit is contained in:
parent
ee3987ac70
commit
93b01d574a
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
|
It runs all tests inside of the `/spec` folder and all tests inside of
|
||||||
`/internal_packages/**/spec`
|
`/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
|
### Creating binaries
|
||||||
|
|
||||||
Once you've checked out N1 and run `script/bootstrap`, you can create a packaged
|
Once you've checked out N1 and run `script/bootstrap`, you can create a packaged
|
||||||
|
|
Loading…
Reference in a new issue