-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(build): issues/34 app id, path updates #73
Conversation
Codecov Report
@@ Coverage Diff @@
## master #73 +/- ##
=======================================
Coverage 88.77% 88.77%
=======================================
Files 23 23
Lines 303 303
Branches 65 65
=======================================
Hits 269 269
Misses 27 27
Partials 7 7 Continue to review full report at Codecov.
|
* build, dotenv, package, and proxy config name update * testing, integration checks around naming
const { appname } = packageJson.insights; | ||
|
||
const output = execSync(`grep -w "REACT_APP_UI_NAME=${appname}" ${envFile}`); | ||
expect(output.toString().split('\n')).toMatchSnapshot('ui name'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
* build, dotenv, package, and proxy config name update * testing, integration checks around naming
Almost good to go, little bit of coordination. We're awaiting the platform PR merge, once that happens we can merge this in. |
* build, dotenv, package, and proxy config name update * testing, integration checks around naming
What's included
Notes
How to test
Coverage and basic unit test check
$ yarn
$ yarn test
Build integration check
$ yarn
$ yarn build
$ yarn test:integration-dev
package.json
aroundline 19
... changesubscriptions
to something else and watch the tests catch the name change. This is expectedExample
...
Updates issue/story
#34