chore: bump planx-core (ODP Schema v0.7.2) #7468
Annotations
10 errors
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L36
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes'
- Expected
+ Received
- RootFilterYes
+ RootFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:36:46
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L57
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes'
- Expected
+ Received
- RootFilterYes
+ RootFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:57:46
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L114
AssertionError: expected 'BranchFilterNoFlagResult' to deeply equal 'BranchFilterYes'
- Expected
+ Received
- BranchFilterYes
+ BranchFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:114:48
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L143
AssertionError: expected 'BranchFilterNoFlagResult' to deeply equal 'BranchFilterYes'
- Expected
+ Received
- BranchFilterYes
+ BranchFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:143:48
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L189
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterYes'
- Expected
+ Received
- RootFilterYes
+ RootFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:189:46
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/filters.test.ts#L211
AssertionError: expected 'RootFilterNoFlagResult' to deeply equal 'RootFilterNo'
- Expected
+ Received
- RootFilterNo
+ RootFilterNoFlagResult
❯ src/pages/FlowEditor/lib/__tests__/filters.test.ts:211:46
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/getFlowSchema.test.ts#L37
AssertionError: expected { nodes: [], options: [ …(4) ] } to deeply equal { nodes: [], options: [] }
- Expected
+ Received
Object {
"nodes": Array [],
- "options": Array [],
+ "options": Array [
+ "TR-DE_MINIMIS",
+ "TR-MISSING_INFO",
+ "TR-NOT_REQUIRED",
+ "TR-REQUIRED",
+ ],
}
❯ src/pages/FlowEditor/lib/__tests__/getFlowSchema.test.ts:37:29
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts#L18
AssertionError: expected { 'Planning permission': [], …(6) } to deeply equal { …(7) }
- Expected
+ Received
Object {
- "Community infrastructure levy": Array [
- "Relief",
- ],
+ "Community infrastructure levy": Array [],
"Demolition in a conservation area": Array [],
"Material change of use": Array [],
- "Planning permission": Array [
- "Prior approval",
- "Notice",
- ],
- "Planning policy": Array [
- "Edge case",
- ],
+ "Planning permission": Array [],
+ "Planning policy": Array [],
"Works to listed buildings": Array [],
"Works to trees & hedges": Array [],
}
❯ src/pages/FlowEditor/lib/__tests__/preview/collectedFlags.test.ts:18:30
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/lib/__tests__/preview/resultData.test.ts#L49
AssertionError: expected [] to deeply equal [ 'Permission needed', …(1) ]
- Expected
+ Received
- Array [
- "Permission needed",
- "Permitted development",
- ]
+ Array []
❯ src/pages/FlowEditor/lib/__tests__/preview/resultData.test.ts:49:30
|
Run pnpm test:silent:
editor.planx.uk/src/pages/FlowEditor/components/Sidebar/Search/SearchResultCard/allFacets.test.ts#L763
AssertionError: expected { iconKey: 3, …(4) } to strictly equal { key: 'Heading (IMMUNE flag)', …(4) }
- Expected
+ Received
Object {
"componentType": "Result",
"headline": "Squid",
"iconKey": 3,
- "key": "Heading (IMMUNE flag)",
+ "key": "Title",
"title": "",
}
❯ src/pages/FlowEditor/components/Sidebar/Search/SearchResultCard/allFacets.test.ts:763:20
|
Loading