sinProject-Inc/talk

View on GitHub
e2e/lib/get_pin_code_from_mail.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function get_pin_code_from_mail has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function get_pin_code_from_mail(): Promise<string> {
    const gmail_user = process.env.GMAIL_USER ?? ''
    const gmail_password = process.env.GMAIL_PASS ?? ''

    // expect(gmail_user).toBeDefined()
Severity: Minor
Found in e2e/lib/get_pin_code_from_mail.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status