From 0ff99081bd35a2332dc3a89c298b1552b870332b Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Thu, 9 Apr 2015 09:33:10 -0700 Subject: [PATCH] DEVELOPER.md copyedit Closes #1275 --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 679370a3ef..7e148b0ffe 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -160,7 +160,7 @@ You can run just the unit tests as follows: * `$(npm bin)/gulp test.unit.cjs`: JS tests in NodeJS; runs in **watch mode**. * `$(npm bin)/gulp test.unit.dart`: Dart tests in Dartium; runs in **watch mode**. -If you prefer running tests in "single-run" mode rather than watch mode, run: +If you prefer running tests in "single-run" mode rather than watch mode use: * `$(npm bin)/gulp test.unit.js/ci` * `$(npm bin)/gulp test.unit.cjs/ci` @@ -172,7 +172,7 @@ much easier to debug. `xit` and `xdescribe` can also be useful to exclude a test tests respectively. **Note for transpiler tests**: The karma preprocessor is setup in a way so that after every test -run the transpiler is reloaded. Therefore it is possible to make changes to the preprocessor and +run the transpiler is reloaded. With that it is possible to make changes to the preprocessor and run the tests without exiting karma (just touch a test file that you would like to run). ### E2e tests