We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
u
1 parent ff25588 commit c12b725Copy full SHA for c12b725
src/rules/expect-expect.ts
@@ -31,7 +31,7 @@ function matchesAssertFunctionName(
31
.split('.')
32
.map(x => {
33
if (x === '**') return '[a-z\\.]*';
34
- return x.replace(/\*/g, '[a-z]*');
+ return x.replace(/\*/gu, '[a-z]*');
35
})
36
.join('\\.')}(\\.|$)`,
37
'ui',
0 commit comments