-
Notifications
You must be signed in to change notification settings - Fork 98
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
fedekunze/remove demo mode #1792
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1792 +/- ##
===========================================
- Coverage 95.07% 95.05% -0.02%
===========================================
Files 122 122
Lines 2982 2953 -29
Branches 128 122 -6
===========================================
- Hits 2835 2807 -28
Misses 137 137
+ Partials 10 9 -1
|
…k changes" This reverts commit ce34c16. Removing this file breaks e2e tests
}) | ||
|
||
it(`has the expected html structure`, () => { | ||
expect(wrapper.vm.$el).toMatchSnapshot() | ||
console.log(wrapper.vm.$el.outerHTML) |
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.
leftover
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.
Aside from a console.log looks ready to land 👍
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.
Let's merge
@@ -87,7 +77,7 @@ describe(`TmConnectedNetwork`, () => { | |||
}) | |||
|
|||
it(`shows the connected node`, async () => { | |||
instance = mount(TmConnectedNetwork) | |||
let instance = mount(TmConnectedNetwork) |
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.
Ah sorry I wasn't explicit, I meant all the instance of let instance
Addresses second checkbox from #1742
Description:
❤️ Thank you!
CHANGELOG.md
with issue # and GitHub usernameFiles changed
in the github PR explorer