-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
fix: rectangle subtract func #1647
Conversation
View Deployment
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1647 +/- ##
==========================================
+ Coverage 32.89% 32.91% +0.02%
==========================================
Files 933 934 +1
Lines 52494 52514 +20
Branches 11002 11012 +10
==========================================
+ Hits 17267 17286 +19
- Misses 35227 35228 +1 ☔ 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.
LGTM
|
||
import { Rectangle } from '../rectangle'; | ||
|
||
describe('test rectangle', () => { |
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.
describe('test rectangle', () => { | |
describe('test "Rectangle"', () => { |
Please use double quotes to surrond the API you're about to test.
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
5969ba8
to
cac2892
Compare
cac2892
to
28a01a4
Compare
close #xxx, #yyy, #zzzz