You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests want Try again later. vs failing with Try again later expect(diceRoll).to.equal('Try again later.'); vs expect(diceRoll).toMatch(/Try again later/i);
This may require some adjustment?
The text was updated successfully, but these errors were encountered:
Changes on the code for Stretch Goals PrimeAcademy#15.
Changes on some of the console.logs so they contain more info and are
easier to understand when looking at the console.
AndrewZajac
added a commit
to AndrewZajac/eda-pw-week-2-assignment-part-1
that referenced
this issue
Mar 31, 2024
Tests want
Try again later.
vs failing withTry again later
expect(diceRoll).to.equal('Try again later.');
vsexpect(diceRoll).toMatch(/Try again later/i);
This may require some adjustment?
The text was updated successfully, but these errors were encountered: