pareto-test 0.13.20 → 0.13.21

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.
@@ -55,21 +55,21 @@ const $$ = ($) => _easync.create_command_procedure(($p, $cr, $qr) => [
55
55
  'path': t_path_to_path.create_node_path($parent['path to test data'], `expected`),
56
56
  }, ($) => ['read directory content', $]), $v, ($v, $parent) => {
57
57
  const test_results = _ea.dictionary_literal({
58
- 'astn to astn': {
58
+ 'astn_to_astn': {
59
59
  'transformer': $['astn to astn'],
60
60
  'suffix': {
61
61
  'to be appended to expected': _ea.not_set(),
62
62
  'to be removed from input': _ea.not_set(),
63
63
  }
64
64
  },
65
- 'text to astn': {
65
+ 'text_to_astn': {
66
66
  'transformer': $['text to astn'],
67
67
  'suffix': {
68
68
  'to be appended to expected': _ea.set(`.astn`),
69
69
  'to be removed from input': _ea.not_set(),
70
70
  }
71
71
  },
72
- 'astn to text': {
72
+ 'astn_to_text': {
73
73
  'transformer': $['astn to text'],
74
74
  'suffix': {
75
75
  'to be appended to expected': _ea.not_set(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pareto-test",
3
- "version": "0.13.20",
3
+ "version": "0.13.21",
4
4
  "description": "A testing framework for Pareto projects",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",