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

Commit e2a0368

Browse files
monkpitpetebacondarwin
authored andcommitted
docs(tutorial/2): add e2e test missing filename
Add `__`test/e2e/scenarios.js`:__` to denote which file we should change to add the behavioral tests. Closes #13673
1 parent d915784 commit e2a0368

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/content/tutorial/step_02.ngdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ The "Angular way" of separating controller from the view, makes it easy to test
132132
developed. If our controller is available on the global namespace then we could simply instantiate it
133133
with a mock `scope` object:
134134

135+
__`test/e2e/scenarios.js`:__
136+
135137
```js
136138
describe('PhoneListCtrl', function(){
137139

0 commit comments

Comments
 (0)