Skip to content

Commit 6996ba9

Browse files
committed
chore(deps): update esbuild from 0.25.0 to 0.27.0
1 parent 83a7343 commit 6996ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/lib/__tests__/lib.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe.runIf(isBuild)('build', () => {
3434
/^var MyLib\s*=\s*\(function\(\)\s*\{\s*"use strict";/,
3535
)
3636
expect(namedCode).toMatch(
37-
/^var MyLibNamed=function\([^()]+\)\{\s*"use strict";/,
37+
/^var MyLibNamed=\(function\([^()]+\)\{\s*"use strict";/,
3838
)
3939
})
4040

0 commit comments

Comments
 (0)