[ci] format

This commit is contained in:
matthewp 2022-07-18 20:45:03 +00:00 committed by fredkbot
parent ceda294e13
commit 497306178d

View file

@ -2,7 +2,7 @@ import { expect } from '@playwright/test';
import { testFactory } from './test-utils.js';
const test = testFactory({
root: './fixtures/pass-js/'
root: './fixtures/pass-js/',
});
let devServer;