question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Regression: no ddescribe/iit

See original GitHub issue

karma-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:closed
  • Created 9 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
arty-namecommented, Jan 16, 2015

The official Jasmine syntax now is fit/fdescribe

But it’s still a breaking change.

2reactions
allenmanningcommented, Dec 14, 2015

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found