Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Add note to make the naming convention in specs more visible when testin... #3718

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_09.ngdoc
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ describe('filter', function() {
</pre>

Note that you need to configure our test injector with the `phonecatFilters` module before any of
our filter tests execute.
our filter tests execute. Please note also the naming convention to inject the filter.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it should say something like "Please note how we are using the inject helper function to inject filter into the spec."


You should now see the following output in the Karma tab: