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

correct jasmine behavior #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

maboesanman
Copy link
Collaborator

Closes #46

add more allowed possibilities for jasmine matchers

@codecov
Copy link

codecov bot commented Nov 20, 2021

Codecov Report

Merging #47 (c768f26) into master (0900693) will decrease coverage by 2.52%.
The diff coverage is 82.35%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #47      +/-   ##
===========================================
- Coverage   100.00%   97.47%   -2.53%     
===========================================
  Files            6        6              
  Lines          112      119       +7     
  Branches        25       25              
===========================================
+ Hits           112      116       +4     
- Misses           0        3       +3     
Flag Coverage Δ
integration 78.15% <82.35%> (-1.32%) ⬇️
jasmine 72.26% <70.58%> (-0.95%) ⬇️
javascript 85.71% <82.35%> (-1.79%) ⬇️
manual 47.05% <23.52%> (-2.05%) ⬇️
mocha 72.26% <64.70%> (-0.95%) ⬇️
unit 69.74% <58.82%> (-0.79%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/getGivenFunc.ts 94.11% <80.00%> (-5.89%) ⬇️
src/getContextInfo.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0900693...c768f26. Read the comment docs.

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.

Error: givens: given must be called inside a describe in
1 participant