[ci] yarn format

This commit is contained in:
matthewp 2021-08-03 17:14:12 +00:00 committed by GitHub Actions
parent 39df7952a5
commit 010bf72958

View file

@ -15,4 +15,4 @@ Fetch('Is available in non-Astro components.', async ({ runtime }) => {
assert.equal($('#jsx').text(), 'function'); assert.equal($('#jsx').text(), 'function');
}); });
Fetch.run(); Fetch.run();