Regression: no ddescribe/iit
See original GitHub issuekarma-jasmine 0.3.3 and 0.3.4 doesn’t support ddescribe
and iit
. karma-jasmine 0.3.2 does. Looking at the commit queue, the lib/boot.js
file has been completele reorganized between 0.3.2 & 0.3.3, changing API in the process (https://github.com/karma-runner/karma-jasmine/commit/207018b83201b2b72cb14a8c6d528ac24d53f7a9). Such things shouldn’t happen in a patch release, it’s a breaking change.
0.3.3 should really be 0.4.0. Could you release 0.3.5 that is a re-release of 0.3.2 and bump 0.3.4 master to 0.4.0? Otherwise people that include "karma-jasmine": "~0.3.2"
may now have their builds broken.
Issue Analytics
- State:
- Created 9 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
What is Regression? Definition, Calculation, and Example
Regression is a statistical measurement that attempts to determine the strength of the relationship between one dependent variable and a series of other ......
Read more >A Refresher on Regression Analysis - Harvard Business Review
A regression line always has an error term because, in real life, independent variables are never perfect predictors of the dependent variables.
Read more >Regression
❖ A regression line is a straight line that describes how a response variable y changes as an explanatory variable x changes. ❖...
Read more >Simple Regression
There are a number of advanced statistical tests that can be used to examine whether or not these assumptions are true for any...
Read more >How to Interpret P-values and Coefficients in Regression ...
For regression coefficients, p-values indicate the probability of observing the coefficient value, or more extreme, if the null hypothesis is correct. To learn ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The official Jasmine syntax now is
fit
/fdescribe
But it’s still a breaking change.
It would have been sweet if I could have seen an error message like ‘ddescribe is now fdescribe.’ rather than go digging in node_modules to figure it out.