Skip to content

feat: add matrixGetSubMatrix function #812

feat: add matrixGetSubMatrix function

feat: add matrixGetSubMatrix function #812

Triggered via pull request October 9, 2024 16:48
Status Failure
Total duration 1m 17s
Artifacts

nodejs.yml

on: pull_request
nodejs  /  prepare
5s
nodejs / prepare
nodejs  /  lint-eslint
44s
nodejs / lint-eslint
nodejs  /  lint-prettier
36s
nodejs / lint-prettier
nodejs  /  lint-check-types
33s
nodejs / lint-check-types
Matrix: nodejs / test
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 10 warnings
nodejs / lint-check-types: src/matrix/__tests__/matrixCheckRanges.test.ts#L3
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
nodejs / lint-check-types: src/matrix/__tests__/matrixCheckRanges.test.ts#L22
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
nodejs / lint-check-types: src/matrix/__tests__/matrixGetSubMatrix.test.ts#L9
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
nodejs / lint-check-types: src/matrix/__tests__/matrixGetSubMatrix.test.ts#L22
Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`.
nodejs / lint-check-types
Process completed with exit code 2.
src/matrix/__tests__/matrixCheckRanges.test.ts: src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
src/matrix/__tests__/matrixGetSubMatrix.test.ts: src/matrix/__tests__/matrixGetSubMatrix.test.ts#L9
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:9:1
nodejs / test (20)
Process completed with exit code 1.
src/matrix/__tests__/matrixCheckRanges.test.ts: src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
src/matrix/__tests__/matrixGetSubMatrix.test.ts: src/matrix/__tests__/matrixGetSubMatrix.test.ts#L9
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:9:1
nodejs / test (18)
Process completed with exit code 1.
src/matrix/__tests__/matrixCheckRanges.test.ts: src/matrix/__tests__/matrixCheckRanges.test.ts#L3
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixCheckRanges.test.ts:3:1
src/matrix/__tests__/matrixGetSubMatrix.test.ts: src/matrix/__tests__/matrixGetSubMatrix.test.ts#L9
ReferenceError: test is not defined ❯ src/matrix/__tests__/matrixGetSubMatrix.test.ts:9:1
nodejs / test (22)
Process completed with exit code 1.
nodejs / lint-eslint: src/matrix/matrixAbsoluteMedian.ts#L4
Missing JSDoc @returns declaration
nodejs / lint-eslint: src/matrix/matrixAbsoluteMedian.ts#L6
Missing JSDoc @param "matrix" description
nodejs / lint-eslint: src/matrix/matrixAutoCorrelation.ts#L4
Missing JSDoc comment
nodejs / lint-eslint: src/matrix/matrixBoxPlot.ts#L13
Missing JSDoc comment
nodejs / lint-eslint: src/matrix/matrixCenterZMean.ts#L5
Missing JSDoc @returns declaration
nodejs / lint-eslint: src/matrix/matrixCheck.ts#L3
Missing JSDoc comment
nodejs / lint-eslint: src/matrix/matrixCheckRanges.ts#L3
Missing JSDoc comment
nodejs / lint-eslint: src/matrix/matrixClone.ts#L1
Missing JSDoc @returns declaration
nodejs / lint-eslint: src/matrix/matrixClone.ts#L3
Missing JSDoc @param "matrix" description