stable

Clone or download

Read-only

request #27529: Use env variables instead of passing flags to Jest CLI directly

This centralizes the logic related to building Jest config, allow us to cache the test step with Turbo and it also allows us to change the test runner for some tasks. Change-Id: I0773e58b60fa4ac61d9b59578f9d6b14682b2f92

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
A lib/frontend/build-system-configurator/bin/copy-js-test-results.sh +16 −0 Go to diff View file
M lib/frontend/build-system-configurator/src/jest/base-config.ts +22 −4 Go to diff View file
M package.json +1 −1 Go to diff View file
M tests/Jenkinsfile +4 −4 Go to diff View file
M tests/Jenkinsfile-nightly +4 −4 Go to diff View file
M tests/actions.groovy +8 −9 Go to diff View file
M tools/publish_js_libraries/Jenkinsfile +4 −4 Go to diff View file
M turbo.json +11 −1 Go to diff View file