[ci] format
This commit is contained in:
parent
da517d4055
commit
a34a48826c
1 changed files with 6 additions and 6 deletions
|
@ -46,10 +46,10 @@ test.describe('React client id generation', () => {
|
|||
const hydratedId1 = await components.nth(2).getAttribute('id');
|
||||
const clientOnlyId0 = await components.nth(3).getAttribute('id');
|
||||
const clientOnlyId1 = await components.nth(4).getAttribute('id');
|
||||
console.log("ho ho", staticId, hydratedId0, hydratedId1, clientOnlyId0, clientOnlyId1)
|
||||
expect(staticId).not.toEqual(hydratedId0)
|
||||
expect(hydratedId0).not.toEqual(hydratedId1)
|
||||
expect(hydratedId1).not.toEqual(clientOnlyId0)
|
||||
expect(clientOnlyId0).not.toEqual(clientOnlyId1)
|
||||
console.log('ho ho', staticId, hydratedId0, hydratedId1, clientOnlyId0, clientOnlyId1);
|
||||
expect(staticId).not.toEqual(hydratedId0);
|
||||
expect(hydratedId0).not.toEqual(hydratedId1);
|
||||
expect(hydratedId1).not.toEqual(clientOnlyId0);
|
||||
expect(clientOnlyId0).not.toEqual(clientOnlyId1);
|
||||
});
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue