@putout/test 13.3.0 → 13.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -239,7 +239,7 @@ test('plugin-putout: check-replace-code: no report: import', (t) => {
|
|
|
239
239
|
Check error message of a plugin not produced
|
|
240
240
|
|
|
241
241
|
```js
|
|
242
|
-
test('test: no report after transform', (t) => {
|
|
242
|
+
test('test: no report after transform: file', (t) => {
|
|
243
243
|
t.noReportAfterTransform('file');
|
|
244
244
|
t.end();
|
|
245
245
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@putout/test",
|
|
3
|
-
"version": "13.3.
|
|
3
|
+
"version": "13.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 ",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"report": "madrun report"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@putout/cli-process-file": "^
|
|
41
|
+
"@putout/cli-process-file": "^4.0.0",
|
|
42
42
|
"@putout/engine-processor": "*",
|
|
43
43
|
"@putout/engine-runner": "*",
|
|
44
44
|
"@putout/eslint": "^4.0.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"c8": "^10.0.0",
|
|
71
71
|
"eslint": "^9.0.0",
|
|
72
72
|
"eslint-plugin-n": "^17.0.0",
|
|
73
|
-
"eslint-plugin-putout": "^
|
|
73
|
+
"eslint-plugin-putout": "^27.0.0",
|
|
74
74
|
"madrun": "^11.0.0",
|
|
75
75
|
"mock-require": "^3.0.3",
|
|
76
76
|
"nodemon": "^3.0.1",
|