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

Remove karma dependencies - no longer maintained #331

Merged
merged 7 commits into from
Jun 20, 2024

Conversation

pmeijer
Copy link
Contributor

@pmeijer pmeijer commented Jun 18, 2024

No description provided.

@pmeijer pmeijer force-pushed the karma-deprecation-mocha-bump branch from 94855b8 to 0c19c70 Compare June 18, 2024 17:18
@pmeijer pmeijer requested a review from kecso June 18, 2024 20:03
if (userId === entityId) {
return readWrite;
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Messed this up on the last PR.

@@ -1918,7 +1933,12 @@ describe('SafeStorage', function () {
throw new Error('Should have failed!');
})
.catch(function (err) {
expect(err.message).to.contain('Invalid argument, data.projectName failed regexp: ');
try {
expect(err.message).to.contain('Invalid argument, data.projectName failed regexp: ');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Was adding these to track down why the tests just failed with no error.. Reformatted the file when saving and then it started to complain about indent..
I broke up the var statements to fix those and while I did that I added const instead of var.. Down the rabbit-hole in other words.

@kecso kecso merged commit aa1ca89 into master Jun 20, 2024
4 of 6 checks passed
@pmeijer pmeijer self-assigned this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants