[ci] format

This commit is contained in:
matthewp 2022-10-19 14:03:14 +00:00 committed by fredkbot
parent 9745009ae0
commit ff2c34553b

View file

@ -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();
});