Skip to content

Commit a9baa9f

Browse files
committed
chore: rename
1 parent 928db2b commit a9baa9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformations/__tests__/tree-shakable-vue-test.ts renamed to transformations/__tests__/vue-as-namespace-import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineInlineTest } from 'jscodeshift/src/testUtils'
2-
const transform = require('../tree-shakable-vue')
2+
const transform = require('../vue-as-namespace-import')
33

44
defineInlineTest(
55
transform,

0 commit comments

Comments
 (0)