-
Notifications
You must be signed in to change notification settings - Fork 630
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
docs(expect): document methods and add examples #4836
Conversation
satyarohith
commented
May 22, 2024
- add docs for fn module
- add docs for expect module
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4836 +/- ##
=======================================
Coverage 91.97% 91.98%
=======================================
Files 487 487
Lines 41539 41564 +25
Branches 5365 5365
=======================================
+ Hits 38207 38232 +25
Misses 3274 3274
Partials 58 58 ☔ View full report in Codecov by Sentry. |
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.
Can you please add ../expect/mod.ts
to the doc checker?
@@ -1,6 +1,9 @@ | |||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. | |||
// This module is browser compatible. | |||
// Copyright 2019 Allain Lalonde. All rights reserved. ISC License. | |||
// Copyright (c) Meta Platforms, Inc. and affiliates. |
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.
👍
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
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.
LGTM. Thanks, Satya!
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>