Skip to content

Commit

Permalink
test: move code around to try and work around hash collision on apple…
Browse files Browse the repository at this point in the history
… x64
  • Loading branch information
phoenix-ru committed Nov 27, 2024
1 parent 163916c commit 8294ee6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ export default _defineComponent({
type: null,
required: true
},
"til~de": {
"da-sh": {
type: null,
required: true
},
"da-sh": {
"til~de": {
type: null,
required: true
},
Expand Down
2 changes: 1 addition & 1 deletion crates/fervid_napi/__tests__/defineProps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -894,8 +894,8 @@ const props = defineProps({ foo: String })
'back\`tick': unknown
'curly{bra}ces': unknown
'pi|pe': unknown
'til~de': unknown
'da-sh': unknown
'til~de': unknown
}>()
</script>`, { outputSetupBindings: true })
assertCode(content)
Expand Down

0 comments on commit 8294ee6

Please sign in to comment.