File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
# ******************************************************************************
27
27
# Installs test suite
28
28
# ******************************************************************************
29
- # - template: azure-pipelines-test-job.yml
30
- # parameters:
31
- # name: Installs
32
- # testScript: tasks/e2e-installs.sh
29
+ - template : azure-pipelines-test-job.yml
30
+ parameters :
31
+ name : Installs
32
+ testScript : tasks/e2e-installs.sh
33
33
34
34
# ******************************************************************************
35
35
# Kitchensink test suite
Original file line number Diff line number Diff line change @@ -292,6 +292,9 @@ npx create-react-app test-app-pnp --use-yarn --use-pnp
292
292
cd test-app-pnp
293
293
! exists node_modules
294
294
exists .pnp.js
295
+ # TODO: start and build tasks error with --use-pnp
296
+ # npm start -- --smoke-test
297
+ # npm run build
295
298
296
299
# Cleanup
297
300
cleanup
You can’t perform that action at this time.
0 commit comments