test: fix hmr test id
This commit is contained in:
parent
7887c54dfe
commit
aa1672a8bd
@ -193,8 +193,8 @@ describe('hot module replacement', () => {
|
|||||||
// #1157 - component should force full props update when HMR is active
|
// #1157 - component should force full props update when HMR is active
|
||||||
test('force update child component w/ static props', () => {
|
test('force update child component w/ static props', () => {
|
||||||
const root = nodeOps.createElement('div')
|
const root = nodeOps.createElement('div')
|
||||||
const parentId = 'test2-parent'
|
const parentId = 'test-force-props-parent'
|
||||||
const childId = 'test2-child'
|
const childId = 'test-force-props-child'
|
||||||
|
|
||||||
const Child: ComponentOptions = {
|
const Child: ComponentOptions = {
|
||||||
__hmrId: childId,
|
__hmrId: childId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user