jasmine-node icon indicating copy to clipboard operation
jasmine-node copied to clipboard

Wrong things in beta3 and beta4.

Open StreetStrider opened this issue 11 years ago • 1 comments

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).

StreetStrider avatar Jun 29 '14 11:06 StreetStrider

Seemes that bug on beta3 is unstable, it appears periodically.

StreetStrider avatar Jun 29 '14 12:06 StreetStrider