Fixed lint issues

This commit is contained in:
Sam Lord 2024-11-14 13:24:52 +00:00
parent 9c25c8e4fe
commit cd4ab5fcba

View File

@ -22,7 +22,7 @@ async function waitForEmailSent(emailMockReceiver, number = 1) {
}
}
describe.only('Authentication API', function () {
describe('Authentication API', function () {
let emailMockReceiver;
let agent;