Skip to content

Commit 6961061

Browse files
clydinatscott
andauthored
Update adev/src/content/guide/testing/experimental-unit-test.md
Co-authored-by: Andrew Scott <[email protected]>
1 parent e657e61 commit 6961061

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adev/src/content/guide/testing/experimental-unit-test.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ To change to the experimental unit test system, update the `test` target as foll
2525

2626
The `buildTarget` operates similarly to the option available to the development server.
2727
The `build` target configures build options for the tests.
28-
If the `development` build configuration does not exist for a project or different options are needed for testing, a `testing` or similarly named build configuration can be created and used instead.
28+
If the `development` build configuration is missing for a project or you need
29+
different options for testing, you can create and use a `testing` or similarly named build configuration.
2930

3031
To execute the application's testing, just run the [`ng test`](cli/test) CLI command as before:
3132

0 commit comments

Comments
 (0)