Skip to content

Commit 8356cf3

Browse files
committed
Added a heading
1 parent 77840f5 commit 8356cf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Since Intern comes with Chai bundled, many of the expectations had to be rewritt
9191

9292
Another change was from using jasmine's `spyOn()` to Sinon.JS's `spy()` and `stub()` as well as `sinon-chai` to add expectations for stubs and spies to `expect()`.
9393

94+
### Asynchronous functions
95+
9496
Similar to the lifecycle functions, any invocation of `it` that used Angular's `async()` or `fakeAsync()` was rewritten to use an asynchronous function. For instance:
9597

9698
```ts

0 commit comments

Comments
 (0)