Skip to content

Commit

Permalink
Remove option from test adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Apr 14, 2022
1 parent fe71dd8 commit 6ad93a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/astro/test/test-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ export default function () {
serverEntrypoint: '@my-ssr',
exports: ['manifest', 'createApp'],
});
},
'astro:build:start': ({ buildConfig }) => {
buildConfig.runtimeMarkdown = true;
}
},
};
Expand Down

0 comments on commit 6ad93a5

Please sign in to comment.