Skip to content

Commit c301350

Browse files
iamAbhi-916TatianaKaposjonthysell
authored
Re-enable test:windows call on fabric app CLI tests (#14651)
* Re-enable test:windows call on fabric app CLI tests * Update .ado/templates/react-native-init-windows.yml * Apply suggestions from code review * Update react-native-init-windows.yml --------- Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com> Co-authored-by: Jon Thysell <jthysell@microsoft.com>
1 parent 18aa81c commit c301350

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.ado/templates/react-native-init-windows.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,11 @@ steps:
159159
parameters:
160160
buildLogDirectory: '$(Build.BinariesDirectory)\${{ parameters.platform }}\${{ parameters.configuration }}\BuildLogs'
161161

162-
# #13705 - Temporarily disable test:windows call until we get upstream fix
163162
# Only run the following on fabric apps
164-
# - ${{ if and(endsWith(parameters.template, '-app')) }}:
165-
# - script: call yarn test:windows
166-
# displayName: Run jest tests with react-test-renderer
167-
# workingDirectory: $(Agent.BuildDirectory)\testcli
163+
- ${{ if and(endsWith(parameters.template, '-app'), not(startsWith(parameters.template, 'old/'))) }}:
164+
- script: call yarn test:windows
165+
displayName: Run jest tests with react-test-renderer
166+
workingDirectory: $(Agent.BuildDirectory)\testcli
168167

169168
# Only test bundling in debug since we already bundle as part of release builds
170169
- ${{ if and(endsWith(parameters.template, '-app'), eq(parameters.configuration, 'Debug')) }}:

0 commit comments

Comments
 (0)