Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Feb 13, 2025
1 parent adb58f9 commit d8e3c65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/astro/test/sessions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,10 @@ describe('Astro.session', () => {
});
// Disable actions so we can do a static build
await fixture.editFile('src/actions/index.ts', () => '');
await assert.rejects(fixture.build({}), /Sessions require an adapter that supports server output/);
await assert.rejects(
fixture.build({}),
/Sessions require an adapter that supports server output/,
);
await fixture.resetAllFiles();
});
});
Expand Down

0 comments on commit d8e3c65

Please sign in to comment.