Skip to content

Commit 1603177

Browse files
Update content/fundamentals/unit-testing.md
1 parent ab1d2f3 commit 1603177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ describe('CatsController', () => {
185185
}
186186
})
187187
.compile();
188+
188189
controller = moduleRef.get(CatsController);
189190
});
190191
})

0 commit comments

Comments
 (0)