[ci] yarn format

This commit is contained in:
natemoo-re 2021-07-09 14:47:26 +00:00 committed by GitHub Actions
parent d93f768c8c
commit 924369b502
2 changed files with 2 additions and 2 deletions

View file

@ -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);