Skip to content

Commit

Permalink
test(subset): add mdx test into subset
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Apr 18, 2023
1 parent ffe82d4 commit 2f0417e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nextjs-integration-test.yml
Expand Up @@ -208,7 +208,8 @@ jobs:
test/development/acceptance-app/dynamic-error.test.ts \
test/development/acceptance-app/unsupported-app-features.test.ts \
test/development/acceptance-app/ReactRefresh.test.ts \
test/development/basic/legacy-decorators.test.ts
test/development/basic/legacy-decorators.test.ts \
test/integration/plugin-mdx-rs/test/index.test.js
strategy:
matrix:
Expand Down

0 comments on commit 2f0417e

Please sign in to comment.