We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7887c54 commit aa1672aCopy full SHA for aa1672a
packages/runtime-core/__tests__/hmr.spec.ts
@@ -193,8 +193,8 @@ describe('hot module replacement', () => {
193
// #1157 - component should force full props update when HMR is active
194
test('force update child component w/ static props', () => {
195
const root = nodeOps.createElement('div')
196
- const parentId = 'test2-parent'
197
- const childId = 'test2-child'
+ const parentId = 'test-force-props-parent'
+ const childId = 'test-force-props-child'
198
199
const Child: ComponentOptions = {
200
__hmrId: childId,
0 commit comments