File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ You can run just the unit tests as follows:
160160* ` $(npm bin)/gulp test.unit.cjs ` : JS tests in NodeJS; runs in ** watch mode** .
161161* ` $(npm bin)/gulp test.unit.dart ` : Dart tests in Dartium; runs in ** watch mode** .
162162
163- If you prefer running tests in "single-run" mode rather than watch mode, run :
163+ If you prefer running tests in "single-run" mode rather than watch mode use :
164164
165165* ` $(npm bin)/gulp test.unit.js/ci `
166166* ` $(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
172172tests respectively.
173173
174174** Note for transpiler tests** : The karma preprocessor is setup in a way so that after every test
175- run the transpiler is reloaded. Therefore it is possible to make changes to the preprocessor and
175+ run the transpiler is reloaded. With that it is possible to make changes to the preprocessor and
176176run the tests without exiting karma (just touch a test file that you would like to run).
177177
178178### E2e tests
You can’t perform that action at this time.
0 commit comments