tweak test

This commit is contained in:
Pig Fang 2020-04-05 10:22:09 +08:00
parent ca37fa8db2
commit 2039a0a554

View File

@ -17,4 +17,5 @@ export async function logout() {
}
const button = document.querySelector('#logout-button')
/* istanbul ignore next */
button?.addEventListener('click', logout)