Skip to content

Commit 18046b2

Browse files
committed
test: @putout/plugin-declare-before-reference: lock -> loc
1 parent 0909595 commit 18046b2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

packages/plugin-declare-before-reference/test/declare-before-reference.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test('plugin-declare-before-reference: transform', (t) => {
3232
t.end();
3333
});
3434

35-
test('plugin-declare-before-reference: transform: no lock', (t) => {
36-
t.transform('no-lock');
35+
test('plugin-declare-before-reference: transform: no loc', (t) => {
36+
t.transform('no-loc');
3737
t.end();
3838
});
3939

packages/plugin-declare-before-reference/test/fixture/call.js

100755100644
File mode changed.

packages/plugin-declare-before-reference/test/fixture/no-lock-fix.js renamed to packages/plugin-declare-before-reference/test/fixture/no-loc-fix.js

File renamed without changes.

packages/plugin-declare-before-reference/test/fixture/no-lock.js renamed to packages/plugin-declare-before-reference/test/fixture/no-loc.js

File renamed without changes.

0 commit comments

Comments
 (0)