Skip to content

Commit 83ee6c1

Browse files
committed
fix: do not export function
1 parent bff46f1 commit 83ee6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/src/matches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
} from 'shared/consts'
66
import { isConstructor } from 'shared/validators'
77

8-
export function vmMatchesName(vm, name) {
8+
function vmMatchesName(vm, name) {
99
const normalize = (name = '') => name.replace(/-/gi, '').toLowerCase()
1010
const normalizedName = normalize(name)
1111
return (

0 commit comments

Comments
 (0)