Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooling: latest jasmine-core causes tests to file in FireFox #742

Open
dbouwman opened this issue Mar 9, 2022 · 0 comments
Open

Tooling: latest jasmine-core causes tests to file in FireFox #742

dbouwman opened this issue Mar 9, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@dbouwman
Copy link
Member

dbouwman commented Mar 9, 2022

Recent work required that I resolve conflicts in package-lock.json. To do so I simply re-created the file, and that brought in the latest versions w/in the range specified in package.json.

After doing this, one test started failing, in FireFox

Firefox 97.0 (Mac OS 10.15) hub-content:: get content from portal should fetch a portal item and return content w/o metadata FAILED
	Unhandled promise rejection: Fake Error throw in getContentMetadata thrown

After some digging around I found an issue about karma that noted the issue was in jasmine-core. When I checked the package-lock.json on master, it was specifying 3.4.0, but my new package-lock.json had 3.99.0.

Setting the version of jasmine-core in package.json to 3.4.0 has resolved the issue for now, but this is not a good long-term fix.

@dbouwman dbouwman added the bug Something isn't working label Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant