Skip to content

Commit b8390bd

Browse files
committed
wip!
1 parent 0877e4d commit b8390bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/build/src/builders/unit-test/test-discovery.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export async function findTests(
7070
}
7171

7272
// 3. Combine and de-duplicate results
73-
return [...resolvedTestFiles];
73+
return [...resolvedTestFiles].map(toPosixPath);
7474
}
7575

7676
interface TestEntrypointsOptions {

0 commit comments

Comments
 (0)