[ci] format
This commit is contained in:
parent
9745009ae0
commit
ff2c34553b
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ describe('build.format=file with dynamic routes', () => {
|
|||
fixture = await loadFixture({
|
||||
root: './fixtures/dynamic-route-build-file',
|
||||
build: {
|
||||
format: 'file'
|
||||
}
|
||||
format: 'file',
|
||||
},
|
||||
});
|
||||
await fixture.build();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue