mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-29 09:55:43 +08:00
Polish webpack message output (#5174)
* Only install react-scripts in CI mode
* Link locally
* Re-enable all output tests
* 💄 Polish webpack output
* Test sass support message
* Add more tests, but disabled
* Format missing default export error
* Format aliased import
* Why was node-sass required? Odd
* Format webpack rejection error
* Re-enable unknown package test
* Format file not found error and catch module scope plugin error
* Re-disable case sensitive paths
* Intercept and format case sensitive path errors
* Test out of scope message formatting
* Run behavior on macOS
* Run behavior on Node 8 and 10, only Node 8 for macOS
* Add some debugging
* Update matcher
* Only check stderr
* Remove old snapshot
* More debug
* Remove debug
* Add new debug
* Disable test on linux
* Add comment for future
This commit is contained in:
@@ -96,10 +96,10 @@ git clean -df
|
||||
# ******************************************************************************
|
||||
|
||||
# Smoke tests
|
||||
./node_modules/.bin/jest --config fixtures/smoke/jest.config.js
|
||||
CI=true ./node_modules/.bin/jest --config fixtures/smoke/jest.config.js
|
||||
|
||||
# Output tests
|
||||
./node_modules/.bin/jest --config fixtures/output/jest.config.js
|
||||
CI=true ./node_modules/.bin/jest --config fixtures/output/jest.config.js
|
||||
|
||||
# Cleanup
|
||||
cleanup
|
||||
|
||||
Reference in New Issue
Block a user