feat(e2e): separating e2e from unit tests

This commit is contained in:
Chris Troutner
2025-05-23 07:26:51 -07:00
parent 3a4569c33f
commit 3f91653d23
4 changed files with 39 additions and 5 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ async function deleteAllUsers () {
await thisUser.remove()
}
} catch (err) {
console.error('Error in test-utils.js/deleteAllUsers()')
console.error('Error in test-utils.js/deleteAllUsers(): ', err)
}
}