Skip to content

Conversation

jwerre
Copy link
Contributor

@jwerre jwerre commented Oct 11, 2021

Resolves issue #28

Copy link
Member

@jankapunkt jankapunkt left a comment

Choose a reason for hiding this comment

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

I checked it out and ran the tests, coverage and test resluts are exactly the same, besides being 10ms faster :-)

@jankapunkt
Copy link
Member

@HappyZombies you can take a look at it if you want, from my end it is good to go

@jankapunkt jankapunkt linked an issue Oct 11, 2021 that may be closed by this pull request
@HappyZombies
Copy link
Member

HappyZombies commented Oct 11, 2021

I will look into it further more today and into tomorrow maybe.

Copy link
Member

@HappyZombies HappyZombies left a comment

Choose a reason for hiding this comment

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

One question and small indentation. Once resolved I will merge. But looks good on my end too

@@ -18,7 +18,8 @@ describe('Model', function() {
};

var model = new TokenModel(data);
model.accessTokenLifetime.should.be.Number;
should.exist(model.accessTokenLifetime);
Copy link
Member

Choose a reason for hiding this comment

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

Indentation here is off by a bit

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops... I need to set up some workspace setting for this project. It's the only one in which I use spaces ;)

@HappyZombies HappyZombies added the dependencies 🔌 Pull requests that update a dependency file label Oct 12, 2021
@HappyZombies
Copy link
Member

Looks good! Merging.

@HappyZombies HappyZombies merged commit a6c257f into development Oct 12, 2021
@jankapunkt jankapunkt mentioned this pull request Oct 13, 2021
@jwerre jwerre deleted the chai branch November 21, 2021 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔌 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace should with chai
3 participants