File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
packages/angular/build/src/builders/unit-test/runners/vitest Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170170 test_target_name : e2e.esbuild_node22
171171 env :
172172 E2E_SHARD_TOTAL : 1
173- TESTBRIDGE_TEST_ONLY : tests/basic/{build,rebuild,serve} .ts
173+ TESTBRIDGE_TEST_ONLY : tests/vitest/windows-subst-drive .ts
174174
175175 e2e-package-managers :
176176 needs : build
Original file line number Diff line number Diff line change @@ -229,9 +229,9 @@ export function createVitestPlugins(pluginOptions: PluginOptions): VitestPlugins
229229 // Construct the full, absolute path and normalize it to POSIX format.
230230 const fullPath = toPosixPath ( path . join ( baseDir , id ) ) ;
231231
232- if ( testFileToEntryPoint . has ( fullPath ) ) {
233- return fullPath ;
234- }
232+ // if (testFileToEntryPoint.has(fullPath)) {
233+ // return fullPath;
234+ // }
235235
236236 // Check if the resolved path corresponds to a known build artifact.
237237 const relativePath = path . relative ( workspaceRoot , fullPath ) ;
You can’t perform that action at this time.
0 commit comments