We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1817e9 commit 02e6781Copy full SHA for 02e6781
azure-pipelines.yml
@@ -34,7 +34,7 @@ steps:
34
displayName: 'Ember App Tests'
35
36
- script: |
37
- mocha -r register-ts-node -R xunit 'ts/tests/**/*.{ts,js}' > node-tests.xml
+ mocha -R xunit --recursive js/tests > node-tests.xml
38
displayName: 'Node Tests'
39
40
echo " --- EMBER TESTS --- " && cat ember-tests.xml && echo " --- NODE TESTS --- " && cat node-tests.xml
0 commit comments