Skip to content

Make set & Lint updates #1300

Make set & Lint updates

Make set & Lint updates #1300

Triggered via pull request January 29, 2025 08:26
Status Failure
Total duration 1m 39s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test
@data-story/core#test: command (/home/runner/work/data-story/data-story/packages/core) yarn run test exited (1)
src/computers/MakeSet.test.ts > outputs unique items based on property value: packages/core/src/support/computerTester/testSteps/expectOutputs.ts#L13
AssertionError: expected { output: [ { name: undefined } ] } to match object { output: [ { name: 'John' }, …(1) ] } - Expected + Received Object { "output": Array [ Object { - "name": "John", - }, - Object { - "name": "Jane", + "name": undefined, }, ], } ❯ Object.handle src/support/computerTester/testSteps/expectOutputs.ts:13:20 ❯ ComputerTester.ok src/support/computerTester/ComputerTester.ts:118:18 ❯ src/computers/MakeSet.test.ts:5:3
test
Process completed with exit code 1.