Document that we don't want to wait in tests

This commit is contained in:
Winnie Hellmann 2018-07-09 14:53:33 +00:00
parent 2b4509c4a4
commit d8013704b6
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ object which can be treated like any other jasmine spy object.
Further documentation on the babel rewire pluign API can be found on Further documentation on the babel rewire pluign API can be found on
[its repository Readme doc](https://github.com/speedskater/babel-plugin-rewire#babel-plugin-rewire). [its repository Readme doc](https://github.com/speedskater/babel-plugin-rewire#babel-plugin-rewire).
#### Waiting in tests
If you cannot avoid using [`setTimeout`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout) in tests, please use the [Jasmine mock clock](https://jasmine.github.io/api/2.9/Clock.html).
### Vue.js unit tests ### Vue.js unit tests
See this [section][vue-test]. See this [section][vue-test].