Selaa lähdekoodia

Move dev-server to tests/_utils/asyncserver

Maciej Gołaszewski 6 vuotta sitten
vanhempi
sitoutus
9bd2edca48

+ 0 - 0
packages/ckeditor5-mention/dev-server/data/db.json → packages/ckeditor5-mention/tests/_utils/asyncserver/data/db.json


+ 0 - 0
packages/ckeditor5-mention/dev-server/index.js → packages/ckeditor5-mention/tests/_utils/asyncserver/index.js


+ 3 - 3
packages/ckeditor5-mention/tests/manual/mention-asynchronous.md

@@ -5,10 +5,10 @@
 
 The feed is asynchronous list that is loaded from server (`@` marker) after random delay:
 
-- 80% of requests completes in 100-300ms.
-- 20% of requests completes in 600-1000ms.
+- 60% of requests completes in 150ms.
+- 40% of requests completes in 400ms, 1s, 2s or 4s.
 
-In order to run the server go to the `ckeditor5-mention/dev-server/` and run:
+In order to run the server go to the `tests/_utils/asyncserver/` and run:
 
 ```sh
 node index.js