Make set & Lint updates #1300
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.
|