Skip to content

Add tests for requesting to join project #1846

Add tests for requesting to join project

Add tests for requesting to join project #1846

GitHub Actions / ESLint Report Analysis failed Jan 28, 2025 in 0s

ESLint Report Analysis

4 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check failure on line 228 in frontend/tests/emailWorkflow.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/tests/emailWorkflow.test.ts#L228

[prefer-const] 'sena3ProjectPage' is never reassigned. Use 'const' instead.

Check failure on line 101 in frontend/tests/fixtures.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/tests/fixtures.ts#L101

[@typescript-eslint/quotes] Strings must use singlequote.

Check failure on line 120 in frontend/tests/fixtures.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/tests/fixtures.ts#L120

[@typescript-eslint/quotes] Strings must use singlequote.

Check failure on line 2 in frontend/tests/utils/authHelpers.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

frontend/tests/utils/authHelpers.ts#L2

[@typescript-eslint/no-unused-vars] 'testOrgId' is defined but never used.