@truedat/bg 7.13.9 → 7.13.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "7.13.9",
3
+ "version": "7.13.10",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "module": "src/index.js",
@@ -48,7 +48,7 @@
48
48
  "@testing-library/jest-dom": "^6.6.3",
49
49
  "@testing-library/react": "^16.3.0",
50
50
  "@testing-library/user-event": "^14.6.1",
51
- "@truedat/test": "7.13.9",
51
+ "@truedat/test": "7.13.10",
52
52
  "identity-obj-proxy": "^3.0.0",
53
53
  "jest": "^29.7.0",
54
54
  "redux-saga-test-plan": "^4.0.6"
@@ -81,5 +81,5 @@
81
81
  "semantic-ui-react": "^3.0.0-beta.2",
82
82
  "swr": "^2.3.3"
83
83
  },
84
- "gitHead": "72faa643a2dab00d15490cd15abb85d89364e375"
84
+ "gitHead": "1db951294c0ca7ddc8425acb02b641bd9844f219"
85
85
  }
@@ -26,7 +26,12 @@ describe("DomainImplementations", () => {
26
26
  ],
27
27
  scroll_id: null,
28
28
  },
29
+ loading: false,
29
30
  searchMust: { status: ["published"] },
31
+ sortColumn: "implementation_key.raw",
32
+ sortDirection: "ascending",
33
+ handleSortSelection: jest.fn(),
34
+ toggleHiddenFilterValue: jest.fn(),
30
35
  setOnSearchChange: jest.fn(),
31
36
  });
32
37
  });
@@ -42,7 +47,12 @@ describe("DomainImplementations", () => {
42
47
  it("renders properly when searchData is empty", async () => {
43
48
  useSearchContext.mockReturnValue({
44
49
  searchData: { data: [], scroll_id: null },
50
+ loading: false,
45
51
  searchMust: { status: ["published"] },
52
+ sortColumn: "implementation_key.raw",
53
+ sortDirection: "ascending",
54
+ handleSortSelection: jest.fn(),
55
+ toggleHiddenFilterValue: jest.fn(),
46
56
  setOnSearchChange: jest.fn(),
47
57
  });
48
58
  const rendered = render(
@@ -83,7 +83,7 @@ exports[`DomainImplementations renders DomainImplementations for a given domain
83
83
  ruleImplementations.props.rule
84
84
  </th>
85
85
  <th
86
- class="two wide ascending sorted disabled"
86
+ class="two wide disabled"
87
87
  >
88
88
  ruleImplementations.props.business_concepts
89
89
  </th>