Skip to content

Commit e657e61

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To change to the experimental unit test system, update the `test` target as foll
2424
</docs-code>
2525

2626
The `buildTarget` operates similarly to the option available to the development server.
27-
Build options for the tests are configured within the `build` target itself.
27+
The `build` target configures build options for the tests.
2828
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.
2929

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

0 commit comments

Comments
 (0)