Skip to content

Commit

Permalink
address linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 17, 2024
1 parent 2fa636a commit 49a32e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/astro/test/ssr-out-dir.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { loadFixture } from './test-utils.js';
describe('The build', () => {
/** @type {import('./test-utils').Fixture} */
let fixture;
/** @type {import('./test-utils.js').App} */
let app;

before(async () => {
fixture = await loadFixture({
Expand All @@ -17,7 +15,6 @@ describe('The build', () => {
outDir: 'custom-dir',
});
await fixture.build();
app = await fixture.loadTestAdapterApp();
});

it('should output the files in `custom-dir`', async () => {
Expand Down

0 comments on commit 49a32e3

Please sign in to comment.