[ci] yarn format

This commit is contained in:
tony-sull 2022-02-11 14:44:47 +00:00 committed by GitHub Actions
parent 82544e4134
commit 3c682f2668

View file

@ -6,7 +6,7 @@ function addLeadingSlash(path) {
return path.startsWith('/') ? path : '/' + path;
}
describe('Static build - pageUrlFormat: \'file\'', () => {
describe("Static build - pageUrlFormat: 'file'", () => {
let fixture;
before(async () => {
@ -16,7 +16,7 @@ describe('Static build - pageUrlFormat: \'file\'', () => {
buildOptions: {
experimentalStaticBuild: true,
site: 'http://example.com/subpath/',
pageUrlFormat: 'file'
pageUrlFormat: 'file',
},
});
await fixture.build();