We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d615ede + c428c8f commit 268ed10Copy full SHA for 268ed10
patterns/directive.md
@@ -113,7 +113,7 @@ describe('Directive: myDir', function () {
113
// Add specs
114
});
115
116
- return describe('when destroyed', function () {
+ describe('when destroyed', function () {
117
118
119
@@ -156,7 +156,7 @@ it 'should render the expected output', ->
156
// JavaScript
157
it('should render the expected output', function () {
158
element = createDirective();
159
- return expect(element.text()).toBe('this is my directive');
+ expect(element.text()).toBe('this is my directive');
160
161
```
162
0 commit comments