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

feat: added toEqualUrl #63

Merged
merged 1 commit into from
Mar 6, 2021
Merged

feat: added toEqualUrl #63

merged 1 commit into from
Mar 6, 2021

Conversation

mxschmitt
Copy link
Member

Closes #62

@mxschmitt mxschmitt requested a review from mmarkelov March 5, 2021 23:06
@codecov-io
Copy link

Codecov Report

Merging #63 (05ae541) into master (a9ee14b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #63   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         9    +1     
  Lines          105       115   +10     
  Branches        13        14    +1     
=========================================
+ Hits           105       115   +10     
Impacted Files Coverage Δ
src/matchers/index.ts 100.00% <100.00%> (ø)
src/matchers/toEqualUrl/index.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 a9ee14b...05ae541. Read the comment docs.

@mxschmitt mxschmitt merged commit ffe061e into master Mar 6, 2021
@mxschmitt mxschmitt deleted the feature/toEqualUrl branch March 6, 2021 07:59
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.

(feature request) expect(page).toHaveUrl(expectedUrl)
3 participants