refactor(aio): rename yarn script (deployment-config-test --> redirects-test) (#23390)

PR Close #23390
This commit is contained in:
George Kalpakas 2018-04-15 23:46:17 +03:00 committed by Jason Aden
parent 7f612fc828
commit 0d56cee9e1
2 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@
"docs-watch": "node tools/transforms/authors-package/watchr.js",
"docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms",
"docs-test": "node tools/transforms/test.js",
"deployment-config-test": "jasmine-ts tests/deployment-config/unit/**/*.spec.ts",
"redirects-test": "jasmine-ts tests/deployment-config/unit/**/*.spec.ts",
"firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts",
"tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"",
"tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test",
@ -158,4 +158,4 @@
"xregexp": "^4.0.0",
"yargs": "^7.0.2"
}
}
}

View File

@ -37,10 +37,10 @@ source ${thisDir}/_travis-fold.sh
yarn e2e-prod
travisFoldEnd "test.aio.e2e"
# Test Firebase redirects
travisFoldStart "test.aio.deployment-config"
yarn deployment-config-test
travisFoldEnd "test.aio.deployment-config"
# Run unit tests for Firebase redirects
travisFoldStart "test.aio.redirects"
yarn redirects-test
travisFoldEnd "test.aio.redirects"
# Run unit tests for aio/aio-builds-setup
travisFoldStart "test.aio.aio-builds-setup"