Add CONTRIBUTING.md and CODE_OF_CONDUCT.md #5994
Merged
Azure Pipelines / (PRs) Creator
failed
Oct 25, 2024 in 28m 10s
Build #20241025.3 had test failures
Details
- 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
azure-pipelines / (PRs) Creator
Build log #L463
Bash exited with code '1'.
Check failure on line 1 in Translation update filterPageActiontitle after activated
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)
Loading