Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Upgrade to Jasmine 2.7 or 2.8 #4464

Closed
mwsessom opened this issue Aug 29, 2017 · 2 comments
Closed

Upgrade to Jasmine 2.7 or 2.8 #4464

mwsessom opened this issue Aug 29, 2017 · 2 comments

Comments

@mwsessom
Copy link

mwsessom commented Aug 29, 2017

Protractor is using a rather old version of Jasmine that's preventing one from using the latest JavaScript features such as async/await.

xit("skipped async test", async => {
  //Jasmine 2.5.3 throws exception
  //Jasmine 2.8 works
})
@qiyigg
Copy link
Contributor

qiyigg commented Dec 6, 2017

This shouldn't prevent you from using Jasmine 2.8, will it?
My understanding is that ^2.5.3 just indicates 2.5.3 <= jasmine version < 3.0.0.

@qiyigg
Copy link
Contributor

qiyigg commented Jan 24, 2018

pin jasmine version to 2.8 for compatibility issue
#4669
close this issue.

@qiyigg qiyigg closed this as completed Jan 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants