[jasmine] Allow to use argument Matchers in withArgs()#38738
[jasmine] Allow to use argument Matchers in withArgs()#38738armanio123 merged 1 commit intoDefinitelyTyped:masterfrom zvirja:allow-to-use-matchers-in-withargs
withArgs()#38738Conversation
|
@zvirja Thank you for submitting this PR! 🔔 @borisyankov @theodorejb @davidparsson @gmoothart @lukas-zech-software @Engineer2B @cyungmann @Roaders @devoto13 @FDIM @pe8ter @kolodny @stephenfarrar @ndunks - please review this PR in the next few days. Be sure to explicitly select If no reviewer appears after a week, a DefinitelyTyped maintainer will review the PR instead. |
|
Since you're a listed owner and the build passed, this PR is fast-tracked. A maintainer will merge shortly. If it shouldn't be merged yet, please leave a comment saying so and we'll wait. Thank you for your contribution to DefinitelyTyped! |
|
@zvirja - It appears Travis did not correctly run on this PR! /cc @RyanCavanaugh to investigate and advise. |
|
👋 Hi there! I’ve run some quick performance metrics against master and your PR. This is still an experiment, so don’t panic if I say something crazy! I’m still learning how to interpret these metrics. Let’s review the numbers, shall we? Comparison details 📊
It looks like nothing changed too much. I’m pretty lenient since I’m still an experiment, so take a look anyways and make sure nothing looks out of place. If you have any questions or comments about me, you can ping |
|
Reviewers, I appreciate your help taking a look a t this PR. I'll wait a couple more days for a review, otherwise I'll merge this as is. |
|
I just published |
Please fill in this template.
npm test.)npm run lint package-name(ortscif notslint.jsonis present).If changing an existing definition:
tslint.jsoncontaining{ "extends": "dtslint/dt.json" }. If for reason the any rule need to be disabled, disable it for that line using// tslint:disable-next-line [ruleName]and not for whole package so that the need for disabling can be reviewed.Allow to use argument matchers in
withArgs()util.