-
Notifications
You must be signed in to change notification settings - Fork 14
Migrate IexecAccessors tests Typescript & Hardhat #96
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
Conversation
This reverts commit f1220cc.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #96 +/- ##
===========================================
+ Coverage 81.52% 83.00% +1.48%
===========================================
Files 34 34
Lines 1077 1077
Branches 222 222
===========================================
+ Hits 878 894 +16
+ Misses 199 183 -16 ☔ View full report in Codecov by Sentry. |
|
||
describe('Config', function () { | ||
it('token', async function () { | ||
expect(await iexecPocoAsAnyone.token()).to.equal( |
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 add native check ?
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.
Added a TODO for that.
Add todo
Co-authored-by: Jérémy James Toussaint <33313130+jeremyjams@users.noreply.github.com>
Co-authored-by: Jérémy James Toussaint <33313130+jeremyjams@users.noreply.github.com>
Co-authored-by: Jérémy James Toussaint <33313130+jeremyjams@users.noreply.github.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.
Good thanks!
No description provided.