@malloydata/malloy-tests 0.0.158-dev240805163137 → 0.0.158-dev240805170736

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
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@jest/globals": "^29.4.3",
24
- "@malloydata/db-bigquery": "^0.0.158-dev240805163137",
25
- "@malloydata/db-duckdb": "^0.0.158-dev240805163137",
26
- "@malloydata/db-postgres": "^0.0.158-dev240805163137",
27
- "@malloydata/db-snowflake": "^0.0.158-dev240805163137",
28
- "@malloydata/db-trino": "^0.0.158-dev240805163137",
29
- "@malloydata/malloy": "^0.0.158-dev240805163137",
30
- "@malloydata/render": "^0.0.158-dev240805163137",
24
+ "@malloydata/db-bigquery": "^0.0.158-dev240805170736",
25
+ "@malloydata/db-duckdb": "^0.0.158-dev240805170736",
26
+ "@malloydata/db-postgres": "^0.0.158-dev240805170736",
27
+ "@malloydata/db-snowflake": "^0.0.158-dev240805170736",
28
+ "@malloydata/db-trino": "^0.0.158-dev240805170736",
29
+ "@malloydata/malloy": "^0.0.158-dev240805170736",
30
+ "@malloydata/render": "^0.0.158-dev240805170736",
31
31
  "jsdom": "^22.1.0",
32
32
  "luxon": "^2.4.0",
33
33
  "madge": "^6.0.0"
@@ -36,5 +36,5 @@
36
36
  "@types/jsdom": "^21.1.1",
37
37
  "@types/luxon": "^2.4.0"
38
38
  },
39
- "version": "0.0.158-dev240805163137"
39
+ "version": "0.0.158-dev240805170736"
40
40
  }
@@ -656,7 +656,7 @@ describe('rendering results', () => {
656
656
  link_append is "4"
657
657
  # link.url_template="http://123.com/$$/5"
658
658
  link_substitue is "4"
659
- # link{url_template="http://123.com/$$/5", key_column=key}
659
+ # link{url_template="http://123.com/$$/5" field=key}
660
660
  link_with_key is 'HTML Text'
661
661
  key is "4"
662
662
  }
@@ -668,7 +668,6 @@ describe('rendering results', () => {
668
668
  const html = await new HTMLView(document).render(result, {
669
669
  dataStyles: {},
670
670
  });
671
- // console.log(html.outerHTML);
672
671
 
673
672
  expect(html).toMatchSnapshot();
674
673
  });