update symbol description
This commit is contained in:
parent
e8945243e2
commit
7b3cb7e34e
|
|
@ -109,7 +109,7 @@ function createMatchers(actual: unknown, info: ExpectMetaInfo, prefix: string[])
|
||||||
return new Proxy(expectLibrary(actual), new ExpectMetaInfoProxyHandler(info, prefix));
|
return new Proxy(expectLibrary(actual), new ExpectMetaInfoProxyHandler(info, prefix));
|
||||||
}
|
}
|
||||||
|
|
||||||
const getCustomMatchersSymbol = Symbol('get prefix');
|
const getCustomMatchersSymbol = Symbol('get custom matchers');
|
||||||
|
|
||||||
function qualifiedMatcherName(qualifier: string[], matcherName: string) {
|
function qualifiedMatcherName(qualifier: string[], matcherName: string) {
|
||||||
return qualifier.join(':') + '$' + matcherName;
|
return qualifier.join(':') + '$' + matcherName;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue