refactor: extends the input type of zonesNormalize function #827
nodejs.yml
on: pull_request
nodejs
/
prepare
5s
nodejs
/
lint-eslint
39s
nodejs
/
lint-prettier
33s
nodejs
/
lint-check-types
32s
Matrix: nodejs / test
Annotations
20 errors and 10 warnings
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L8
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: Infinity } ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:8:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L15
AssertionError: expected [] to strictly equal [ { from: +0, to: 10 } ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:15:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L127
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:127:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L139
AssertionError: expected [] to strictly equal [ { from: +0, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:139:20
|
nodejs / test (20)
Process completed with exit code 1.
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L8
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: Infinity } ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:8:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L15
AssertionError: expected [] to strictly equal [ { from: +0, to: 10 } ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:15:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L127
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:127:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L139
AssertionError: expected [] to strictly equal [ { from: +0, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:139:20
|
nodejs / test (18)
Process completed with exit code 1.
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L8
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: Infinity } ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:8:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L15
AssertionError: expected [] to strictly equal [ { from: +0, to: 10 } ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:15:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L127
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:127:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L139
AssertionError: expected [] to strictly equal [ { from: +0, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:139:20
|
nodejs / test (22)
Process completed with exit code 1.
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L8
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: Infinity } ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:8:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L15
AssertionError: expected [] to strictly equal [ { from: +0, to: 10 } ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:15:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones:
src/zones/__tests__/zonesNormalize.test.ts#L127
AssertionError: expected [] to strictly equal [ { from: -Infinity, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": -Infinity,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": Infinity,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:127:20
|
src/zones/__tests__/zonesNormalize.test.ts > zonesNormalize with exclusions > no zones but from to:
src/zones/__tests__/zonesNormalize.test.ts#L139
AssertionError: expected [] to strictly equal [ { from: +0, to: 1 }, …(1) ]
- Expected
+ Received
- Array [
- Object {
- "from": 0,
- "to": 1,
- },
- Object {
- "from": 2,
- "to": 10,
- },
- ]
+ Array []
❯ src/zones/__tests__/zonesNormalize.test.ts:139:20
|
nodejs / test (23)
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/matrixClone.ts#L1
Missing JSDoc @returns declaration
|
nodejs / lint-eslint:
src/matrix/matrixClone.ts#L3
Missing JSDoc @param "matrix" description
|
nodejs / lint-eslint:
src/matrix/matrixColumnsCorrelation.ts#L6
Missing JSDoc @returns declaration
|
nodejs / lint-eslint:
src/matrix/matrixCreateEmpty.ts#L35
Missing JSDoc @returns declaration
|