We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a076 commit 77f120bCopy full SHA for 77f120b
packages/plugin-filesystem/lib/move-referenced-file/index.spec.js
@@ -7,15 +7,15 @@ const test = createTest(import.meta.url, {
7
],
8
});
9
10
-test('packages: move-referenced-file: report', (t) => {
+test('putout: plugin-filesystem: move-referenced-file: report', (t) => {
11
t.reportWithOptions('move-referenced-file', `Move '/src/hello.js' to '/lib/hello.js'`, {
12
name: '/src/hello.js',
13
directory: 'lib',
14
15
t.end();
16
17
18
-test('packages: move-referenced-file: transform: long path', (t) => {
+test('putout: plugin-filesystem: move-referenced-file: transform: long path', (t) => {
19
t.transformWithOptions('move-referenced-file', {
20
21
0 commit comments