-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(jasmine-given): support for jasmine-core 4 #10
Conversation
Updated project dependencies to work with latest jasmine hirezio#9
Similar files are |
2 similar comments
Similar files are |
Similar files are |
@@ -164,7 +164,7 @@ describe('Jasmine Given', () => { | |||
}); | |||
|
|||
describe('Then() should pass an empty string to it() given no label', () => { | |||
beforeEach(() => { | |||
it('should not add the label', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @WynieCronje ! did you run |
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 52 52
Branches 9 9
=========================================
Hits 52 52 Continue to review full report at Codecov.
|
@shairez I tried running So I ran The action seemed to fail on Authentication level (assuming to npm) |
Let me fix that real quick |
@WynieCronje |
No tests ran (at least no test result’s were shown). And some updates were happening in the terminal when saving files |
@all-contributors please add @WynieCronje for code, tests, maintenance |
I've put up a pull request to add @WynieCronje! 🎉 |
Updated project dependencies to work with latest jasmine
fix #9