Skip to content

Commit 0ed8410

Browse files
committed
chore: @putout/plugin-filesystem: v8.1.0
1 parent 2d49645 commit 0ed8410

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

packages/engine-runner/lib/progress.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('putout: runner: progress: start', async (t) => {
3232
}),
3333
]);
3434

35-
t.equal(pluginsCount, 2);
35+
t.equal(pluginsCount, 3);
3636
t.end();
3737
});
3838

@@ -60,7 +60,7 @@ test('putout: runner: progress: end', async (t) => {
6060
}),
6161
]);
6262

63-
t.equal(pluginsCount, 2);
63+
t.equal(pluginsCount, 3);
6464
t.end();
6565
});
6666

@@ -89,6 +89,6 @@ test('putout: runner: progress: push', async (t) => {
8989
}),
9090
]);
9191

92-
t.equal(pluginsCount, 2);
92+
t.equal(pluginsCount, 3);
9393
t.end();
9494
});

packages/operate/lib/properties/traverse-properties.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ test('operate: traverse-properties: filesystem', async (t) => {
219219
}),
220220
]);
221221

222-
t.equal(pluginsCount, 2);
222+
t.equal(pluginsCount, 3);
223223
t.end();
224224
});

packages/plugin-filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/plugin-filesystem",
3-
"version": "8.0.1",
3+
"version": "8.1.0",
44
"type": "commonjs",
55
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
66
"description": "🐊Putout plugin operates with filesystem",

packages/putout/test/putout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ test('putout: progress', async (t) => {
831831
}),
832832
]);
833833

834-
t.equal(pluginsCount, 2);
834+
t.equal(pluginsCount, 3);
835835
t.end();
836836
});
837837

0 commit comments

Comments
 (0)