Skip to content

Commit 206e7af

Browse files
committed
test: @putout/plugin-filesystem: move-referenced-file
1 parent 0445a71 commit 206e7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-filesystem/lib/move-referenced-file/index.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ test('putout: plugin-filesystem: move-referenced-file: transform: long path', (t
2323
t.end();
2424
});
2525

26-
test('packages: move-referenced-file: transform', (t) => {
26+
test('putout: plugin-filesystem: move-referenced-file: transform', (t) => {
2727
t.noReportAfterTransformWithOptions('move-referenced-file', {
2828
name: 'hello.js',
2929
directory: 'lib',
3030
});
3131
t.end();
3232
});
3333

34-
test('packages: move-referenced-file: no transform: no-name', (t) => {
34+
test('putout: plugin-filesystem: move-referenced-file: no transform: no-name', (t) => {
3535
t.noTransform('no-name');
3636
t.end();
3737
});

0 commit comments

Comments
 (0)