Skip to content

Commit 77f120b

Browse files
committed
test: @putout/plugin-filesystem: move-referenced-file: messages
1 parent 845a076 commit 77f120b

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
@@ -7,15 +7,15 @@ const test = createTest(import.meta.url, {
77
],
88
});
99

10-
test('packages: move-referenced-file: report', (t) => {
10+
test('putout: plugin-filesystem: move-referenced-file: report', (t) => {
1111
t.reportWithOptions('move-referenced-file', `Move '/src/hello.js' to '/lib/hello.js'`, {
1212
name: '/src/hello.js',
1313
directory: 'lib',
1414
});
1515
t.end();
1616
});
1717

18-
test('packages: move-referenced-file: transform: long path', (t) => {
18+
test('putout: plugin-filesystem: move-referenced-file: transform: long path', (t) => {
1919
t.transformWithOptions('move-referenced-file', {
2020
name: '/src/hello.js',
2121
directory: 'lib',

0 commit comments

Comments
 (0)