Skip to content

Commit

Permalink
Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Mar 20, 2024
1 parent f7f2840 commit e2d23a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild-plugin-babel/test/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function toPrimitive(t, r) {
// ../../../node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
function toPropertyKey(t) {
var i = toPrimitive(t, "string");
return "symbol" == _typeof(i) ? i : String(i);
return "symbol" == _typeof(i) ? i : i + "";
}
// ../../../node_modules/@babel/runtime/helpers/esm/defineProperty.js
Expand Down

0 comments on commit e2d23a7

Please sign in to comment.