Skip to content

Commit 404e3a4

Browse files
committed
chore: @putout/test: v14.1.0
1 parent ab025e1 commit 404e3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/test/lib/pre-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module.exports.preTest = function preTest(test, plugin) {
3030
scan,
3131
}] = maybeEntries(plugin);
3232

33-
if (isArray(plugin)) {}
33+
isArray(plugin);
3434

3535
const options = {
3636
checkDuplicates: false,

packages/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/test",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"type": "commonjs",
55
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
66
"description": "Test runner for 🐊Putout plugins ",

0 commit comments

Comments
 (0)