-
Notifications
You must be signed in to change notification settings - Fork 309
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
Import jest zone patch #214
Conversation
* feat: support jest-each method * feat: support fdescribe.each and xdescribe.each * feat: support xtest and xtest.each * fix: align signature with jest * fix: pass through `describe` arguments
Please change the license to MIT, I used BSD-3 because just because I was more familiar with it at the time :D |
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.
Awesome, thank you so much! ❤️
@thymikee Technically speaking we should inform every contributor of As this PR is not an emergent one, I think we should stick to a relicensing procedure and then we can merge and go forward. |
Ok, so we can leave that for now :) |
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.
LGTM, thanks 👍 I'll tag this to 7.0.0 too
@thymikee Cool, I will draft an issue on |
Trying to rebase & merge through GitHub results in conflicts. Are you OK with squashing & merging it? I'm certainly not very interested in the commit history of jest-zone-patch, and it's still gonna be available in the original repository, just archived. |
@thymikee rebase and merge might fail on this unusual cases. Personally I tend to keep the complete history since it helps during |
Thanks! |
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.
Great this came in!
* origin/master: Upgraded ts-jest version. (#219) docs: add astTransformers in configuration example (#218) feat: Import jest-zone-patch (#214) chore: Migrate CI config to CircleCI v2 (#212) Transform templateUrl, styleUrls and styles everywhere (#211) feat: adjust semver range of jest-zone-patch (#209) Adjust CHANGELOG (#208)
* jest-zone-patch is embeded (#214) as a dependency and should not be mentioned as being installed at the same time as this package is not found in package.json, package-lock.json or yarn.lock - and can be presumed missing. * @types/jest might not be installed so install it explicitly * Specify how to avoid karma conflicts (ref #233) - Otherwise consumers might get `TypeError: Cannot read property 'prototype' of undefined` while jest processes new angular cli projects
This PR is addressed to thymikee/jest-zone-patch#9 (comment).
For the sake of complete git history, I merge the commits into this repository.
There is another LICENSE issue: The
jest-zone-patch
is licensed under BSD-3-Clause while this repository under MIT. I keep the original BSD LICENSE on this PR and left it as-is.