Skip to content

Commit d2d04b0

Browse files
ematipicoastrobot-houston
authored andcommitted
[ci] format
1 parent 8a1e849 commit d2d04b0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

packages/integrations/sitemap/test/config.test.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,13 @@ describe('Config', () => {
111111
it('filter: uncaught errors are thrown', async () => {
112112
fixture = await loadFixture({
113113
root: './fixtures/static/',
114-
integrations: [sitemap({ filter: () => {
115-
throw new Error('filter error');
116-
} })],
114+
integrations: [
115+
sitemap({
116+
filter: () => {
117+
throw new Error('filter error');
118+
},
119+
}),
120+
],
117121
});
118122
await assert.rejects(fixture.build(), /^Error: filter error$/);
119123
});

0 commit comments

Comments
 (0)