From d8013704b66a9f8653af87c8202d980cc30cb003 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Mon, 9 Jul 2018 14:53:33 +0000 Subject: Document that we don't want to wait in tests --- doc/development/testing_guide/frontend_testing.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/development/testing_guide/frontend_testing.md b/doc/development/testing_guide/frontend_testing.md index 3b2b9c8c947..f8993653aec 100644 --- a/doc/development/testing_guide/frontend_testing.md +++ b/doc/development/testing_guide/frontend_testing.md @@ -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 [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 See this [section][vue-test]. -- cgit v1.2.1