You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: adev/src/content/guide/testing/experimental-unit-test.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ To change to the experimental unit test system, update the `test` target as foll
24
24
</docs-code>
25
25
26
26
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.
28
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.
29
29
30
30
To execute the application's testing, just run the [`ng test`](cli/test) CLI command as before:
0 commit comments