Skip to content

Commit 2487003

Browse files
committed
WIP
1 parent ea41d9f commit 2487003

File tree

2 files changed

+4
-4
lines changed
  • .github/workflows
  • packages/angular/build/src/builders/unit-test/runners/vitest

2 files changed

+4
-4
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/angular/build/src/builders/unit-test/runners/vitest/plugins.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)