jasmine-node
jasmine-node copied to clipboard
Wrong things in beta3 and beta4.
Good day. Today I had got such message from [email protected]:
Started 15 tests, but only had 16 complete
This was happen when I was used two test expression in one it block. As I remember, in previous versions it was allowed.
Then, I was trying to update to [email protected], and no tests was running:
No Specs Matching /.(js)$/i Found
Consider using --matchAll or --match REGEXP
But I've already ran it the same way:
"scripts":
{
"test": "jasmine-node --matchAll --verbose test/"
},
Seemes, that beta2 works more or less adequate (or not).
Seemes that bug on beta3 is unstable, it appears periodically.