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 83a7343 commit 6996ba9Copy full SHA for 6996ba9
playground/lib/__tests__/lib.spec.ts
@@ -34,7 +34,7 @@ describe.runIf(isBuild)('build', () => {
34
/^var MyLib\s*=\s*\(function\(\)\s*\{\s*"use strict";/,
35
)
36
expect(namedCode).toMatch(
37
- /^var MyLibNamed=function\([^()]+\)\{\s*"use strict";/,
+ /^var MyLibNamed=\(function\([^()]+\)\{\s*"use strict";/,
38
39
})
40
0 commit comments