Skip to content

feat(core): added plural form of integration #1446

feat(core): added plural form of integration

feat(core): added plural form of integration #1446

Triggered via pull request February 21, 2025 23:07
Status Failure
Total duration 6m 28s
Artifacts

precommit.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/Linter.test.ts > WorkerLinter detects repeated words: packages/harper.js/src/Linter.test.ts#L16
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:16:23
src/Linter.test.ts > WorkerLinter detects repeated words with multiple synchronous requests: packages/harper.js/src/Linter.test.ts#L34
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:34:28
src/Linter.test.ts > WorkerLinter detects repeated words with concurrent requests: packages/harper.js/src/Linter.test.ts#L51
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:51:28
src/Linter.test.ts > WorkerLinter can ignore lints: packages/harper.js/src/Linter.test.ts#L141
AssertionError: expected 0 to be greater than or equal to 1 ❯ src/Linter.test.ts:141:28
src/Linter.test.ts > WorkerLinter can reimport ignored lints.: packages/harper.js/src/Linter.test.ts#L169
AssertionError: expected 0 to be greater than 0 ❯ src/Linter.test.ts:169:28
src/Linter.test.ts > WorkerLinter can add words to the dictionary: packages/harper.js/src/Linter.test.ts#L179
AssertionError: expected [] to have a length of 1 but got +0 - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:179:16
src/Linter.test.ts > LocalLinter detects repeated words: packages/harper.js/src/Linter.test.ts#L16
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:16:23
src/Linter.test.ts > LocalLinter detects repeated words with multiple synchronous requests: packages/harper.js/src/Linter.test.ts#L34
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:34:28
src/Linter.test.ts > LocalLinter detects repeated words with concurrent requests: packages/harper.js/src/Linter.test.ts#L51
AssertionError: expected +0 to be 1 // Object.is equality - Expected + Received - 1 + 0 ❯ src/Linter.test.ts:51:28
src/Linter.test.ts > LocalLinter can ignore lints: packages/harper.js/src/Linter.test.ts#L141
AssertionError: expected 0 to be greater than or equal to 1 ❯ src/Linter.test.ts:141:28