@@ -758,12 +758,14 @@ jobs:
758758 # Should this be using turbopack? a variation?
759759 afterBuild : |
760760 export NEXT_TEST_MODE=dev
761- export IS_WEBPACK_TEST=1
761+ export IS_TURBOPACK_TEST=1
762+ export TURBOPACK_DEV=1
762763
763764 node run-tests.js \
764765 test/e2e/app-dir/app/index.test.ts \
765766 test/e2e/app-dir/app-edge/app-edge.test.ts \
766767 test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts \
768+ test/e2e/externals-transitive/externals-transitive.test.ts \
767769 test/development/app-dir/segment-explorer/segment-explorer.test.ts
768770 stepName : ' test-dev-windows'
769771 runs_on_labels : ' ["windows","self-hosted","x64"]'
@@ -815,14 +817,16 @@ jobs:
815817 with :
816818 afterBuild : |
817819 export NEXT_TEST_MODE=start
818- export IS_WEBPACK_TEST=1
820+ export IS_TURBOPACK_TEST=1
821+ export TURBOPACK_BUILD=1
819822
820823 node run-tests.js --type production \
821824 test/e2e/app-dir/app/index.test.ts \
822825 test/e2e/app-dir/app-edge/app-edge.test.ts \
823826 test/e2e/app-dir/metadata-edge/index.test.ts \
824827 test/e2e/app-dir/non-root-project-monorepo/non-root-project-monorepo.test.ts \
825- test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts
828+ test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts \
829+ test/e2e/externals-transitive/externals-transitive.test.ts
826830 stepName : ' test-prod-windows'
827831 runs_on_labels : ' ["windows","self-hosted","x64"]'
828832 buildNativeTarget : ' x86_64-pc-windows-msvc'
0 commit comments