Skip to content

Основы: Часть 2 + Компоненты #11

Основы: Часть 2 + Компоненты

Основы: Часть 2 + Компоненты #11

Triggered via pull request September 28, 2024 19:21
Status Failure
Total duration 23s
Artifacts

tests.yaml

on: pull_request
Run tests
13s
Run tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
02-basics-2/30-calculator/__tests__/calculator.test.ts > CalculatorApp > должно выводить результат 2 + 3 = 5: 02-basics-2/30-calculator/__tests__/calculator.test.ts#L40
AssertionError: expected '0' to be '5' // Object.is equality - Expected + Received - 5 + 0 ❯ 02-basics-2/30-calculator/__tests__/calculator.test.ts:40:27
02-basics-2/30-calculator/__tests__/calculator.test.ts > CalculatorApp > должно выводить результат 2 - 3 = -1: 02-basics-2/30-calculator/__tests__/calculator.test.ts#L47
AssertionError: expected '0' to be '-1' // Object.is equality - Expected + Received - -1 + 0 ❯ 02-basics-2/30-calculator/__tests__/calculator.test.ts:47:27
02-basics-2/30-calculator/__tests__/calculator.test.ts > CalculatorApp > должно выводить результат 2 * 3 = 6: 02-basics-2/30-calculator/__tests__/calculator.test.ts#L54
AssertionError: expected '0' to be '6' // Object.is equality - Expected + Received - 6 + 0 ❯ 02-basics-2/30-calculator/__tests__/calculator.test.ts:54:27
02-basics-2/30-calculator/__tests__/calculator.test.ts > CalculatorApp > должно выводить результат 10 / 5 = 2: 02-basics-2/30-calculator/__tests__/calculator.test.ts#L61
AssertionError: expected '0' to be '2' // Object.is equality - Expected + Received - 2 + 0 ❯ 02-basics-2/30-calculator/__tests__/calculator.test.ts:61:27
Run tests
Process completed with exit code 1.
Run tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/