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

Cleanup dependencies #3309

Merged
merged 2 commits into from
May 17, 2019
Merged

Conversation

devoto13
Copy link
Collaborator

  • Removed devDependencies, which are not used by the codebase.
  • Updated most of the remaining devDependencies to latest versions.

@@ -12,6 +12,11 @@ Feature: Passing Options
'karma-jasmine',
'karma-chrome-launcher'
];
client = {
jasmine: {
random: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So Jasmine 3 executes tests in random order by default and since this particular spec relies on the tests being executed sequentially I have disabled the random execution feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants