16679: Adds test for auth middleware's logout handling.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 1 Sep 2020 23:09:59 +0000 (20:09 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 1 Sep 2020 23:09:59 +0000 (20:09 -0300)
commit847f19027dbe050bdceb835f4c8c67d386159a72
treeac3edb1ab9f074711f1fefd0d48779cb6a6a9c88
parentd56a6b231e95cb9e512051b1dae5ac50f31ee6fe
16679: Adds test for auth middleware's logout handling.

This confirms that the API endpoint is being called and the token is removed
from local storage.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
src/store/auth/auth-middleware.test.ts [new file with mode: 0644]