[ci] yarn format
This commit is contained in:
parent
d93f768c8c
commit
924369b502
2 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ HMR('Adds script to static pages too', async ({ runtime }) => {
|
|||
assert.ok(/window\.HMR_WEBSOCKET_PORT/.test(html), 'websocket port added');
|
||||
});
|
||||
|
||||
HMR('Adds script to pages even if there aren\'t any elements in the template', async ({ runtime }) => {
|
||||
HMR("Adds script to pages even if there aren't any elements in the template", async ({ runtime }) => {
|
||||
const result = await runtime.load('/no-elements');
|
||||
if (result.error) throw new Error(result.error);
|
||||
|
||||
|
|
Loading…
Reference in a new issue