Skip to content

Commit

Permalink
chore(sparkd): remove sparkd references
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnorris committed Jun 18, 2018
1 parent 9b05e06 commit 7864c8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions docker/builder/cmd.sh
Expand Up @@ -143,11 +143,6 @@ for SUITE_ITERATION in $(seq 1 "${MAX_TEST_SUITE_RETRIES}"); do
EXIT_CODE=$?
# Generate the coverage report
npm run tooling -- test --no-tests
elif [ "${PACKAGE}" == "@ciscospark/sparkd" ]; then
npm test -- --package @ciscospark/sparkd --node >> "${GRUNT_LOG_FILE}" 2>&1
EXIT_CODE=$?
# Generate the coverage report
npm run tooling -- test --no-tests --node
elif [ "${PACKAGE}" == "@webex/webex-server" ]; then
npm test -- --package @webex/webex-server --node >> "${GRUNT_LOG_FILE}" 2>&1
EXIT_CODE=$?
Expand Down
1 change: 0 additions & 1 deletion tooling/commands/test.js
Expand Up @@ -21,7 +21,6 @@ const {start, stop} = require('../util/server');
*/
function shouldTestInBrowser(packageName) {
const noBrowserPackages = [
'@ciscospark/sparkd',
'@webex/webex-server'
];
return !noBrowserPackages.includes(packageName);
Expand Down

0 comments on commit 7864c8b

Please sign in to comment.