-
Notifications
You must be signed in to change notification settings - Fork 31
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: support ts #70
feat: support ts #70
Conversation
8487c7b
to
1963eda
Compare
Codecov Report
@@ Coverage Diff @@
## master #70 +/- ##
==========================================
+ Coverage 94.88% 94.89% +<.01%
==========================================
Files 12 12
Lines 587 588 +1
==========================================
+ Hits 557 558 +1
Misses 30 30
Continue to review full report at Codecov.
|
e661ee7
to
c638ffc
Compare
test/mock_context.test.js
Outdated
@@ -14,20 +17,27 @@ describe('test/mock_context.test.js', () => { | |||
after(() => app.close()); | |||
afterEach(mm.restore); | |||
|
|||
it('should work on GET with user login', () => { | |||
it.only('should work on GET with user login', async () => { |
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.
only 这个
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.
故意的,我正在看这个在 win 的报错。
5f628c1
to
9f05376
Compare
@popomore 再看看这个。 win 那个问题搞不懂,跟这个 PR 无关。 |
先合了,win 那个跟这个 PR 无关,再看。 |
3.16.0 |
Checklist
npm test
passesAffected core subsystem(s)
Description of change