@truedat/dq 6.12.4 → 6.13.0

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/dq",
3
- "version": "6.12.4",
3
+ "version": "6.13.0",
4
4
  "description": "Truedat Web Data Quality Module",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -92,8 +92,8 @@
92
92
  },
93
93
  "dependencies": {
94
94
  "@apollo/client": "^3.7.1",
95
- "@truedat/core": "6.12.4",
96
- "@truedat/df": "6.12.4",
95
+ "@truedat/core": "6.13.0",
96
+ "@truedat/df": "6.13.0",
97
97
  "decode-uri-component": "^0.2.2",
98
98
  "graphql": "^15.5.3",
99
99
  "moment": "^2.29.4",
@@ -118,5 +118,5 @@
118
118
  "react-dom": ">= 16.8.6 < 17",
119
119
  "semantic-ui-react": ">= 2.0.3 < 2.2"
120
120
  },
121
- "gitHead": "0d67a012c6b0337f9c82db464137cf76062cbd81"
121
+ "gitHead": "9f05519bdba82542115e32e317d79094625bbef4"
122
122
  }
@@ -12,10 +12,7 @@ const renderOpts = { fallback: "lazy", state };
12
12
  describe("<NewRule />", () => {
13
13
  it("matches the latest snapshot (with concept)", async () => {
14
14
  // falla el snapshot porque viene sin description y falta algún campo
15
- const { container, queryByText, findByText } = render(
16
- <NewRule />,
17
- renderOpts
18
- );
15
+ const { container, findByText } = render(<NewRule />, renderOpts);
19
16
  await findByText(/No results found./);
20
17
  expect(container).toMatchSnapshot();
21
18
  });