Bug 1673419 - [devtools] Run shared_components node tests in the devtools-tests suite on CI r=nchevobbe

Depends on D95232

The tests were previously added to the runner, but they were not included in the test suite.

Differential Revision: https://phabricator.services.mozilla.com/D95234
This commit is contained in:
Julian Descottes 2020-10-30 17:21:57 +00:00
Родитель 900514e20e
Коммит bc53fd3404
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -85,6 +85,7 @@ devtools-tests:
node devtools-node-test-runner.js --suite=compatibility &&
node devtools-node-test-runner.js --suite=framework &&
node devtools-node-test-runner.js --suite=netmonitor &&
node devtools-node-test-runner.js --suite=shared_components &&
node devtools-node-test-runner.js --suite=webconsole
when:
files-changed: