@putout/test 11.3.0 → 11.3.1

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.
Files changed (2) hide show
  1. package/lib/test.js +1 -1
  2. package/package.json +1 -1
package/lib/test.js CHANGED
@@ -635,6 +635,6 @@ function checkProgress(name, expected) {
635
635
  expected,
636
636
  };
637
637
 
638
- throw Error(message, signature, values);
638
+ throw Error(createError(message, signature, values));
639
639
  }
640
640
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putout/test",
3
- "version": "11.3.0",
3
+ "version": "11.3.1",
4
4
  "type": "commonjs",
5
5
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
6
6
  "description": "Test runner for 🐊Putout plugins ",