Skip to content

Commit

Permalink
Enable @next/mdx tests on Turbopack
Browse files Browse the repository at this point in the history
🎉
  • Loading branch information
mischnic committed Aug 1, 2024
1 parent 5251d87 commit eeb9b64
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/app-dir/mdx/mdx.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { nextTestSetup } from 'e2e-utils'

for (const type of [
'with-mdx-rs',
// only mdx-rs should work with turbopack
...(process.env.TURBOPACK ? [] : ['without-mdx-rs']),
]) {
for (const type of ['with-mdx-rs', 'without-mdx-rs']) {
describe(`mdx ${type}`, () => {
const { next } = nextTestSetup({
files: __dirname,
Expand Down

0 comments on commit eeb9b64

Please sign in to comment.