[ci] yarn format
This commit is contained in:
parent
82544e4134
commit
3c682f2668
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue