Skip to content

Commit 8a06305

Browse files
authored
Fix service tests code
1 parent 57e1c65 commit 8a06305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ export class TextAreaComponent implements ControlValueAccessor, OnInit {
740740
741741
**Service**
742742
```ts
743-
describe(MyService', function() {
743+
describe('MyService', () => {
744744
let service: MyService;
745745
beforeEach(() => service = new MyService();
746746
it('#fetch should update data', () => {

0 commit comments

Comments
 (0)