-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
add Jest work with AngularJS tutorial #8828
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you, I had sign up at https://code.facebook.com/cla. (Facebook, Inc.
Individual Contributor License Agreement ("Agreement"), v1.0)
thanks
Chris
Facebook Community Bot <notifications@github.com> 於 2019年8月15日 週四 上午9:06寫道:
… Thank you for your pull request and welcome to our community. We require
contributors to sign our Contributor License Agreement, and we don't seem
to have you on file. In order for us to review and merge your code, please
sign up at https://code.facebook.com/cla. *If you are contributing on
behalf of someone else (eg your employer)*, the individual CLA may not be
sufficient and your employer may need the corporate CLA signed.
If you have received this in error or have any questions, please contact
us at ***@***.***
***@***.***?subject=CLA%20for%20facebook%2Fjest%20%238828>. Thanks!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#8828>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAN5YPEQHKSR4PDLKTE6CC3QESTZ3ANCNFSM4IL2GEJA>
.
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
I don't think so. Doesn't hurt to have it in the main docs tho. I think? |
Should definitely mention the language with the link though. |
Yeah, agreed! |
Thanks! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
At this time, using AngularJS is different from the past. Many articles are not mentioned, including
AngularJS 1.5+
component, using ES6 syntax, using webpack and installing Jest and related suites, whereangularjs-jest
in Jest greatly reduces the initial process ofangularjs.mock.module
andangularjs.mock.inject
.In my article, there are clear guidelines to help you use Jest to maintain an AngularJS test project.
Test plan
npm install npm run test
run jest