Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CONTRIBUTING.md and CODE_OF_CONDUCT.md #5994

Merged
merged 2 commits into from
Oct 25, 2024

Make minor edits

762deb0
Select commit
Loading
Failed to load commit list.
Merged

Add CONTRIBUTING.md and CODE_OF_CONDUCT.md #5994

Make minor edits
762deb0
Select commit
Loading
Failed to load commit list.
Azure Pipelines / (PRs) Creator failed Oct 25, 2024 in 28m 10s

Build #20241025.3 had test failures

Details

Tests

  • Failed: 1 (0.07%)
  • Passed: 1,445 (99.86%)
  • Other: 1 (0.07%)
  • Total: 1,447

Annotations

Check failure on line 463 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / (PRs) Creator

Build log #L463

Bash exited with code '1'.

Check failure on line 1 in Translation update filterPageActiontitle after activated

See this annotation in the file changed.

@azure-pipelines azure-pipelines / (PRs) Creator

Translation update filterPageActiontitle after activated

Test failed
Raw output
  ● Translation update filterPageActiontitle after activated

    expect(received).toBe(expected) // Object.is equality

    Expected: 1
    Received: 2

      1971 |   expect(question.visibleRows).toHaveLength(2);
      1972 |   question.removeRow(1, false);
    > 1973 |   expect(counter).toBe(1);
           |                   ^
      1974 | });
      1975 | test("Set correct locale to settings survey", () => {
      1976 |   const creator = new CreatorTester();

      at Object.<anonymous> (tests/tabs/translation.tests.ts:1973:19)