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 bff46f1 commit 83ee6c1Copy full SHA for 83ee6c1
packages/test-utils/src/matches.js
@@ -5,7 +5,7 @@ import {
5
} from 'shared/consts'
6
import { isConstructor } from 'shared/validators'
7
8
-export function vmMatchesName(vm, name) {
+function vmMatchesName(vm, name) {
9
const normalize = (name = '') => name.replace(/-/gi, '').toLowerCase()
10
const normalizedName = normalize(name)
11
return (
0 commit comments